You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forest
75cc56950c
|
4 months ago | |
---|---|---|
.gitignore | 4 months ago | |
LICENSE | 4 months ago | |
ReadMe.md | 4 months ago | |
demo.gif | 4 months ago | |
go.mod | 4 months ago | |
go.sum | 4 months ago | |
heic2jpg.go | 4 months ago | |
main.go | 4 months ago | |
transform.go | 4 months ago |
ReadMe.md
heic-converter-gui
A simple, minimal GUI built around @jerbob92's excellent work compiling libde265 to WebAssembly and integrating it into the goheif library using wazero
.
Download Links
- Windows 64 bit https://picopublish.sequentialread.com/files/heic-converter-f451bb.exe
- Linux 64 bit https://picopublish.sequentialread.com/files/heic-converter-8dd865
Usage Notes
If you want lossless output you can specify png 1
(the quality number is ignored for PNG).
Only use png if you want to edit the image and then compress it further with jpeg / avif. The png files will be massive.
This tool strips all EXIF data but it should preserve the rotation that is present in the EXIF Orientation
attribute.
how to build for windows:
GOOS=windows GOARCH=amd64 go build -ldflags "-H windowsgui" -o heic-converter.exe