/heic2jpg

simple conversor from heic format to jpg

Primary LanguageVue

Welcome to heic2jpg!

About me | Demo | Download Windows Version

img

Hi! Recently i was needing to convert some images from my iPhone saved as .heic and my computer was not able to read them.
So i needed to convert them to .jpg or any other possible format.
For my surprise, i found just a few websites/softwares which does this work, but most of them is paid, so I decided to create this repository/application.

Testing the code

If you are trying to clone and test the code in your computer, here is some npm codes to help you:

- Install dependencies

npm install

- Compiles and hot-reloads for development

npm run serve

- Compiles and minifies for production

npm run build

- Compiles desktop version and hot-reloads for development

npm run electron:serve

- Compiles it for desktop application

npm run electron:build