mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-09-30 22:14:57 -04:00
JXR: Added rotation (transformation) support
- Full rotation support on load and save. - Improve also Windows compatibility by converting RGB32 to BGR32 on saving Images saved with orientation are displayed correctly by Windows Explorer (which natively supports JXR files): {width=597 height=259}
This commit is contained in:
committed by
Albert Astals Cid
parent
e5cf9caac5
commit
c0261f4926
@ -30,8 +30,6 @@ public:
|
||||
|
||||
private:
|
||||
mutable QSharedDataPointer<JXRHandlerPrivate> d;
|
||||
|
||||
qint32 m_quality;
|
||||
};
|
||||
|
||||
class JXRPlugin : public QImageIOPlugin
|
||||
|
Reference in New Issue
Block a user