How to register new image format?
Solved
General and Desktop
-
I have written simple BPG viewer based on old viewer found on github. This viewer don't display BPG directly but first convert it to PNG and display PNG. How to display BPG and register as mime type.
This project: https://github.com/siplasplas/bpgViewer -
Hi,
Why not create a QImageIOPlugin ? That way you could make the image format directly available to any of your application.