Revaz Gh.

Results 17 comments of Revaz Gh.

Hmm.. Were they successful? Can you try to convert the exact same file using a heif-converter? Here is usage: `./heif-converter [heic|avif|jpeg|png] path/to/input_file.heic /path/to/output_file.png` P.s. You should replace `./heif-converter` with your...

Good job @kukumagi! And nice solution, I will add this issue as an example for arm64 in docs 👍

Thanks for sharing your experience and for your support 🙏

The same issue for me from Samsung devices and other converters like https://www.xconvert.com/convert-jpg-to-heic

I built it with [crazy-max/xgo](https://github.com/crazy-max/xgo), but not sure yet if it works. Built with command `sudo /home/maestroerror/go/bin/xgo --targets=darwin/* github.com/MaestroError/php-heic-to-jpg`

@gkdgo Try to use [crazy-max/xgo](https://github.com/crazy-max/xgo), I used it on Linux (Ubuntu) and built it for MacOS successfully. Hope it will help 👍

Hi, @bradh! Thanks for your interest! Yes, I wrapped up libheif in easy to use go module [go-libheif](https://github.com/MaestroError/go-libheif) and used it here, so [heif-converter-image](https://github.com/MaestroError/heif-converter-image) can convert HEIF/HEIC/AVIF to JPEG/PNG and...