FR: Ability to register custom image formats

Been requested before, before there was a feature request forum.

Implemented here if you just want to yoink my implementation:

In other news, Gin now supports Webp:

Nice! I also created a module to start supporting modern formats, which I’ve started with WebP: GitHub - SquarePine/squarepine_images: A JUCE/C++ module containing more image codec support. . TIFF was a bit of a disaster so I had to park that…

I’ve also the ImageFormatManager for anybody that wants to copy/paste in the interim: squarepine_core/ImageFormatManager.h at main · SquarePine/squarepine_core · GitHub

1 Like