VintasoftImage Tag

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
iansml
Posts: 31
Joined: Thu Apr 23, 2009 1:57 pm

VintasoftImage Tag

Post by iansml »

Hi,

I was looking at the VintasoftImage Tag property and was thinking that it looked useful as a way of embedding metadata in an image. The problem is that this information does not seem to be persisted when you call Save on the image. Is this correct? If so, what is the point of this property?

Thanks,

Ian
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: VintasoftImage Tag

Post by Alex »

Hi Ian,

Please explain. Have you lost the Tag value after execution of the SaveImage method?

Best regards, Alexander
iansml
Posts: 31
Joined: Thu Apr 23, 2009 1:57 pm

Re: VintasoftImage Tag

Post by iansml »

Yes, that is correct. I set the Tag value on the image, save it, re-load the image and the tag value is lost.
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: VintasoftImage Tag

Post by Alex »

Hi Ian,

Tag property contains supplemental data about the image but these data are not saved with the image. You should save/load supplemental data separately if this is necessary.

Best regards, Alexander
Post Reply