mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-11-22 10:02:43 -05:00
MicroExif: API improvements and minor bugfixes
This commit is contained in:
@ -473,7 +473,7 @@ public:
|
||||
}
|
||||
auto exif = exifData();
|
||||
if (!exif.isEmpty()) {
|
||||
exif.toImageMetadata(image);
|
||||
exif.updateImageMetadata(image);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user