mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 03:54:18 -04:00
MicroExif: API improvements and minor bugfixes
This commit is contained in:
@ -545,7 +545,7 @@ static bool setExifData(QImage &img, const MicroExif &exif)
|
||||
{
|
||||
if (exif.isEmpty())
|
||||
return false;
|
||||
exif.toImageMetadata(img);
|
||||
exif.updateImageMetadata(img);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user