Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantiago2719 committed Jan 21, 2023
1 parent a446b79 commit d1dcff7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## heic-converter

Built with rust, to build you need vcpkg and [libheif](https://github.com/strukturag/libheif) installed.
Built with rust, to build you need [vcpkg](https://github.com/microsoft/vcpkg) and [libheif](https://github.com/ImageMagick/heif) and [imagemagick](https://github.com/ImageMagick/ImageMagick) installed.

This binary converts HEIC to png format with high quality and compressed it on jpg format. Both PNG and JPG images will be saved at `output` folder.
The said folder will be generated by the binary if it didn't exist.

## Why not just use imagemagick and script on converting the images

Yes you can do that, but again I also added image compression for my own use.

0 comments on commit d1dcff7

Please sign in to comment.