Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanburnette/convert-heic-to-jpg
https://github.com/ryanburnette/convert-heic-to-jpg
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanburnette/convert-heic-to-jpg
- Owner: ryanburnette
- Created: 2020-07-12T15:52:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T16:08:23.000Z (over 4 years ago)
- Last Synced: 2024-11-19T19:52:26.506Z (3 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @ryanburnette/convert-heic-to-jpg
Script for walking a directory and converting and `.heic` images to `.jpg`.
This spawns a `mogrify` command, so it requires ImageMagick.
## Command
```bash
LOGGING=true @ryanburnette/convert-heic-to-jpg [dir]
```The default directory is the current. Set `proces.env.LOGGING` to true for
testing.