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

https://github.com/doersino/unheic

Simple bash script for creating JPEG versions of one or multiple HEIC files.
https://github.com/doersino/unheic

heic heic-to-jpg heictojpg image-converter image-processing sips

Last synced: 2 months ago
JSON representation

Simple bash script for creating JPEG versions of one or multiple HEIC files.

Awesome Lists containing this project

README

          

# unheic

*Simple bash script for creating JPEG versions of one or multiple HEIC files.*

## Setup

Copy the `unheic` executable to any location on your [`PATH`](https://en.wikipedia.org/wiki/PATH_(variable)).

## Usage

Run it without any arguments to find out:

```
$ unheic
usage: unheic [--replace] [file ...]
Create JPEG versions of one or multiple HEIC files which can be located in
different directories: Each conversion result ends up 'next to' its
respective original or replaces it if the --replace flag is set. Uses sips.
```

## Notes

The script summons [`sips`](https://ss64.com/osx/sips.html) to do the heavy lifting, so it'll only work on macOS.