Hello, we are developing an application that must process images
coming from a multispectral vision system. Images must be saved and
loaded in TIFF format, which I know it's possible calling
Save(System.String filename, System.Drawing.Imaging.ImageFormat
format)
The problem is that we need to write tags (author, description,
etc...) in edit boxes and then save them in the tiff image as tags, in
order to visualize them later on loading. Can anybody help me?
Thanks a lot
Geordie
oscar.acostamontesde@googlemail.com - 29 May 2007 14:14 GMT
> Hello, we are developing an application that must process images
> coming from a multispectral vision system. Images must be saved and
[quoted text clipped - 6 lines]
> Thanks a lot
> Geordie
Take a look here:
http://www.awaresystems.be/imaging/tiff.html
Best regards,
Oscar Acosta