-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a446b79
commit d1dcff7
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |