-
Couldn't load subscription status.
- Fork 299
Closed
Description
It's the same as for void clearIccProfile ().:
virtual void clearIccProfile () Erase iccProfile. the profile is not removed from the actual image until the writeMetadata() method is called. virtual bool iccProfileDefined () Erase iccProfile. the profile is not removed from the actual image until the writeMetadata() method is called. I've noticed this on a website: https://exiv2.org/doc/classExiv2_1_1Image.html
It seems the doc is autogenerated from this header:
https://github.com/Exiv2/exiv2/blob/main/include/exiv2/image.hpp#L232