We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472d55e commit eceaa07Copy full SHA for eceaa07
include/exiv2/image.hpp
@@ -197,7 +197,8 @@ class EXIV2API Image {
197
virtual void setIccProfile(DataBuf&& iccProfile, bool bTestValid = true);
198
/*!
199
@brief Append more bytes to the iccProfile.
200
- @param iccProfile DataBuf containing profile (binary)
+ @param bytes array of bytes to append
201
+ @param size number of bytes to append
202
@param bTestValid - tests that iccProfile contains credible data
203
*/
204
virtual void appendIccProfile(const uint8_t* bytes, size_t size, bool bTestValid);
0 commit comments