writing tags in tiff images

  • Thread starter Thread starter Geordie
  • Start date Start date
G

Geordie

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
 
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

Take a look here:
http://www.awaresystems.be/imaging/tiff.html
Best regards,
Oscar Acosta
 
Back
Top