Skip to content

Wrong description for bool Exiv2::Image::iccProfileDefined() #1953

@trufanov-nok

Description

@trufanov-nok

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions