Skip to content

dospuntos/HEICTranslator

Repository files navigation

HEIC image translator for Haiku

This is a Haiku image translator for HEIC images, allowing them to be opened in Haiku applications that support the Translation Kit.

Installation

Clone the repository

To get the source code, run:

git clone https://github.com/dospuntos/HEICTranslator.git
cd HEICTranslator

Build the Translator

Compile the translator using make:

make

Install the Translator

To install the translator in the Haiku system:

make install

This copies the HEICTranslator binary to ~/config/non-packaged/add-ons/Translators.

Usage

Once installed, applications that use the Translation Kit (such as ShowImage) should automatically detect and open HEIC images.

Uninstallation

To remove the translator:

rm ~/config/non-packaged/add-ons/Translators/HEICTranslator

License

This project is licensed under the MIT License.

About

HEIC Image translator for Haiku

Resources

License

Stars

Watchers

Forks

Packages

No packages published