writing tags in tiff images

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
 
O

oscar.acostamontesde

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top