IFF: add support for a different palette per line

This commit is contained in:
Mirco Miranda
2025-08-12 08:28:31 +02:00
parent 68cc915132
commit f63b082c85
5 changed files with 466 additions and 51 deletions

View File

@ -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