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.
- Host: GitHub
- URL: https://github.com/doersino/unheic
- Owner: doersino
- License: mit
- Created: 2021-03-07T09:14:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-07T09:34:20.000Z (over 4 years ago)
- Last Synced: 2025-07-24T11:44:45.359Z (2 months ago)
- Topics: heic, heic-to-jpg, heictojpg, image-converter, image-processing, sips
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.