goldengel / exiflibrary

Automatically exported from code.google.com/p/exiflibrary
MIT License
0 stars 0 forks source link

Cannot write ExifTag.PixelXDimension or ExifTag.PixelYDimension #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.exifFile.Properties[ExifTag.PixelXDimension].Value = Width;
2.exifFile.Properties[ExifTag.PixelYDimension].Value = Heighth;
3.

What is the expected output? What do you see instead?
Cast exception

What version of the product are you using? On what operating system?
V9.0/win7

Please provide any additional information below.
I tried using string, int, ushort, ushort[] none worked

Original issue reported on code.google.com by mcofe...@gmail.com on 31 Jan 2010 at 9:37

GoogleCodeExporter commented 8 years ago

Original comment by oozcitak on 1 Feb 2010 at 10:31

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r51.

Original comment by oozcitak on 10 Feb 2010 at 2:56