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

https://github.com/catdad-experiments/heic-app

🖥 convert HEIC images to JPEG and PNG in the browser or as a PWA
https://github.com/catdad-experiments/heic-app

emscripten heic heic-to-jpg heic-to-png heif image libheif pwa

Last synced: about 2 months ago
JSON representation

🖥 convert HEIC images to JPEG and PNG in the browser or as a PWA

Awesome Lists containing this project

README

        



logo

# HEIC Converter App

[HEIC](http://www.macworld.co.uk/feature/iphone/what-is-heic-3660408/) is a growing image format that is quickly gaining popularity. It is the primary for new iPhones and iPads, and is being introduced in new [DLSR cameras](https://www.usa.canon.com/internet/portal/us/home/explore/product-showcases/cameras-and-lenses/1dx-mark-iii) as well. Having been an Apple exclusive for a few years, tooling around using and converting the format has been limited to just Apple devices.

Well, that is no more. Using the [HEIC Converter](https://catdad-experiments.github.io/heic-app/), you can now convert your images anywhere you use the browser -- works across any phone, laptop, or desktop, across Windows, Linux, and MacOS. And best of all, you don't need to install anything. It just works directly in your browser.

If you do wish to install it, just follow the prompt to install the app, or create a shortcut through your browser's menu.

## Related

Want to convert HEIC images from your Node.JS application? See the following:

* [heic-cli](https://github.com/catdad-experiments/heic-cli) - convert heic/heif images to jpeg or png from the command line
* [heic-convert](https://github.com/catdad-experiments/heic-convert) - convert heic/heif images to jpeg and png
* [heic-decode](https://github.com/catdad-experiments/heic-decode) - decode heic images to raw image data
* [libheif-js](https://github.com/catdad-experiments/libheif-js) - libheif as a pure-javascript npm module