This is a Haiku image translator for HEIC images, allowing them to be opened in Haiku applications that support the Translation Kit.
- This is a work in progress and has not been thoroughly tested.
- Currently, it only supports reading HEIC files, not writing them.
- Based on the code from https://discuss.haiku-os.org/t/heic-image-format-actually-easy-to-parse-with-libheif/14883.
- HEIC images for testing can be found at https://github.com/tigranbs/test-heic-images
To get the source code, run:
git clone https://github.com/dospuntos/HEICTranslator.git
cd HEICTranslator
Compile the translator using make
:
make
To install the translator in the Haiku system:
make install
This copies the HEICTranslator
binary to ~/config/non-packaged/add-ons/Translators
.
Once installed, applications that use the Translation Kit (such as ShowImage) should automatically detect and open HEIC images.
To remove the translator:
rm ~/config/non-packaged/add-ons/Translators/HEICTranslator
This project is licensed under the MIT License.