Hello
I'm trying to set the value for ISOSpeedRatings tag:
I'm trying to set the value for ISOSpeedRatings tag:
exifProfile.SetValue(ExifTag.ISOSpeedRatings, value);
Magick.NET throws exception:Value should be an array.
Parameter name: value.
Looks like there is the error: I am sure that the value for ISOSpeedRatings tag must be of type short.