mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-07-14 22:20:58 -04:00
jxl: refactor image loading
This commit is contained in:
@@ -79,6 +79,9 @@ private:
|
||||
|
||||
QImage m_current_image;
|
||||
QColorSpace m_colorspace;
|
||||
bool m_isCMYK;
|
||||
uint32_t m_cmyk_channel_id;
|
||||
uint32_t m_alpha_channel_id;
|
||||
QByteArray m_xmp;
|
||||
QByteArray m_exif;
|
||||
|
||||
@@ -86,7 +89,6 @@ private:
|
||||
QImage::Format m_target_image_format;
|
||||
|
||||
JxlPixelFormat m_input_pixel_format;
|
||||
size_t m_buffer_size;
|
||||
};
|
||||
|
||||
class QJpegXLPlugin : public QImageIOPlugin
|
||||
|
||||
Reference in New Issue
Block a user