You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
N_("Writing to %1 images is not supported"), // kerWritingImageFormatUnsupported %1=image format
I will try and find time during the week to work on this. Once the fix for the main branch has been merged, I will add it to the 0.27-maintenance branch and then this issue can close.
- This is a partial backport of #2364. The new exceptions in `::setExifData()`/`::setIptcData()`/`::setXmpData()` are not included as they could change the control flow of the maintenance branch for the user.
- Conan change is a backport of #2361
- Closes#2350
- This is a partial backport of Exiv2#2364. The new exceptions in `::setExifData()`/`::setIptcData()`/`::setXmpData()` are not included as they could change the control flow of the maintenance branch for the user.
- Conan change is a backport of Exiv2#2361
- ClosesExiv2#2350
I have a python app that uses GExiv2 to add gps info to the images.
It modifies the image with teself.exif.set_gps_info(self.longitude, self.latitude, self.altitude)
then it saves the file.
When trying to write a CR3 raw image I get the error "Setting Image comment in BMFF images is not supported".
However, the image hasn't any comment changed.
I'd expect a "Setting metadata in BMFF images is not supported" error message.
The text was updated successfully, but these errors were encountered: