mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-10-04 07:04:23 -04:00
IFF: add support for a different palette per line
This commit is contained in:
@ -339,8 +339,9 @@ public:
|
||||
* \brief updateImageResolution
|
||||
* Helper to set the EXIF resolution to the image. Resolution is set only if valid.
|
||||
* \param targetImage The image to set resolution on.
|
||||
* \return True if either the x-resolution or the y-resolution has been changed, otherwise false.
|
||||
*/
|
||||
void updateImageResolution(QImage &targetImage);
|
||||
bool updateImageResolution(QImage &targetImage);
|
||||
|
||||
/*!
|
||||
* \brief fromByteArray
|
||||
|
Reference in New Issue
Block a user