Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: ExifProfile.SetValue for ISOSpeedRatings throws exception

$
0
0
Hello

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.

Viewing all articles
Browse latest Browse all 3693

Trending Articles