|
I am (besides other things) setting the Exif comment in a large bunch of JPEGs in a directory tree via There are very few JPEGs that have no Exif data, in which case I would like to create that data. but Magick.Net does not provide a function named 'AddProfile'. |
Replies: 1 comment 1 reply
|
The method |
The method
AddProfilehas been renamed toSetProfilein one of the major releases. So you should useSetProfilein both situations. You can check ifprofileisnullto determine if you need to create a new profile.