Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryanburnette/convert-heic-to-jpg


https://github.com/ryanburnette/convert-heic-to-jpg

Last synced: 22 days ago
JSON representation

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.