Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Converter] Support OpenImageIO #161

Open
jo-chemla opened this issue Oct 1, 2024 · 2 comments
Open

[Converter] Support OpenImageIO #161

jo-chemla opened this issue Oct 1, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@jo-chemla
Copy link

OpenImageIO supported formats through plugins, via command iconvert and additional edition via oiiotool.

Aimed at image conversion - so already done via Vips and GraphicsMagick, but some missing formats might be useful to add - see below, eg raw camera files like DNG, CR2, NEF, ARW which might be missing from vips.

Supports BMP, Cineon, DDS, DICOM, DPX, FITS, GIF, HDR/RGBE, HEIF/HEIC/AVIF, ICO, IFF, JPEG, JPEG-2000, Null format, OpenEXR, OpenVDB, PNG, PNM / Netpbm, PSD, Ptex, RAW digital camera files, RLA, SGI, Softimage PIC, Targa, Term (Terminal), TIFF, Webp, Zfile

@Aymendje
Copy link
Contributor

Aymendje commented Oct 2, 2024

Which formats are missing from GraphicsMagick ?
http://www.graphicsmagick.org/GraphicsMagick.html

@jo-chemla
Copy link
Author

Indeed GraphicsMagick supports all raw camera files I've searched for. I could not find references to these ones searching in the supported formats files:

  • OpenEXR (supported by vips), OpenVDB (usually for storing 3d volumetric data),
  • HEIF/HEIC/AVIF and Webp which are both formats and compression types used in other files like tiffs
  • more formats I do not know like DDS, DICOM, DPX,HDR/RGBE, IFF, Ptex, Softimage PIC, Zfile.
  • all the other are already supported by GraphicsMagick. I just added OpenImageIO because it is also a well known alternative like Vips and GraphicsMagick, and might be interesting for some use-cases

@C4illin C4illin added the enhancement New feature or request label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants