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
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.
The text was updated successfully, but these errors were encountered:
trufanov-nok
changed the title
Wrong description for void Exiv2::Image::iccProfileDefined()
Wrong description for bool Exiv2::Image::iccProfileDefined()
Oct 9, 2021
Alex. @trufanov-nok Thanks for letting us know. You're correct. The API documentation is generated from the comments in the header file using Doxygen. We do a little post-processing on the doxygen to modify the look'n'feel of the pages.
clearIccProfile() deletes the icc profile in the image instance. The file is rewritten with image->writeMetadata()
iccProfileDefined() returns the status of the ICC profile in the image instance. Peter @postscript-dev can you create a PR for those changes, please.
It's the same as for
void clearIccProfile ()
.: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
The text was updated successfully, but these errors were encountered: