Page 1 of 1

VintasoftImage Tag

Posted: Wed May 20, 2009 1:53 pm
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

Re: VintasoftImage Tag

Posted: Thu May 28, 2009 9:47 am
by Alex
Hi Ian,

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

Best regards, Alexander

Re: VintasoftImage Tag

Posted: Thu May 28, 2009 11:32 am
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.

Re: VintasoftImage Tag

Posted: Fri May 29, 2009 11:30 am
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