This repository contains a list of custom image format plugins for the ART raw processor.
Each plugin consists of two parts:
- A
format.txtconfiguration file - An optional
formatdirectory containing auxiliary files,
where format is the name of the file format handled by the plugin (e.g. exr.txt).
Each plugin can be installed separately, by simply copying both the format.txt and format directory to the imageio directory in the ART config folder (e.g. on Linux that would be $HOME/.config/ART/imageio).
Each plugin uses different external programs and dependencies, that are listed at the beginning of the format.txt file. Such dependencies must be installed separately.
Most of them require at least Python and Exiftool.