المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Problem reading image tag info using Microsoft PropertyItems.



C# Programming
11-08-2009, 02:01 PM
I noticed that at times I was getting the wrong tag information after loading an image into
memory using Bitmap object.
What I found is that when tags 256, 257 are stored as type short,(3) microsoft reads them as type long. This throughs everything off. I stepped through the tags myself via hex editor, then verified tags were read properly via LeadTools Tiff Tag editor.

I really hoping to use Bitmap.ProperyItems.

Can some one tell me if I am out of my mind ?