2002.01.08 06:02 "Newbie Question - Tiff image already in memory", by Harring Figueiredo

I am trying to "concatenate" several tiff images into one file (or memory buffer) -- the images are already in memory (i.e. I receive them from a network and not a file). and would like to remove their tiff tag and add "new" ones, as well as, "concatenate" the images.

By concatenate, I mean add new images to the IFD and send them to another process over the netwaork, or possibly write it to a file.

What is the best way to do this using libtiff? Can this be done with libtiff?

How can I read and parse tiff tags froma tiff image already in memory?

Thank you in advance.

Harring Figueiredo