[Development] Moving JP2 imageformat from qt-solutions to qtimageformats

Mikkel Krautz mikkel at krautz.dk
Mon Nov 4 22:51:45 CET 2013


Hello,

I'm process of attempting to integrate support for the ICNS (OS X icon
files) format into Qt as an icon engine.
(https://codereview.qt-project.org/#change,60290)

An optional, but desirable part of the ICNS format is support for
JP2/JPEG2000 images. It's desirable because all variants of the icon
greater than 128x128 are stored as JPEG2000 - so without JPEG2000
support, the icon engine will only be able to render images at 128x128
and below.

It was pointed out during the review that a jp2 image format is
available in the qt-solutions repository:

https://github.com/qtproject/qt-solutions/tree/master/qtjp2imageformat

and that it might make sense to move it into qtimageformats along with
the icns icon engine itself.

Does anyone see and/or have any problems with moving qtjp2imageformat
to qtimageformats?

Thanks,
Mikkel



More information about the Development mailing list