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