1999.01.06 21:42 "Need a TIFF write function", by Jim Rice

Hi,

I am trying to write a function to write a tiff image, and was wondering if someone could just send me one. The data I am using is either RGB or Grayscale. I have width, height, and colorspace information along with the raw data. The raw data is actually in a YUV format of three different arrays of unsigned char's to represent Y, U, and V. I basically need to take this raw data and send it to an uncompressed tiff image. Converting to RGB is no problem. I am just trying to avoid re-inventing the wheel here. :-)

thanks in advance,

Jim Rice
Trident Systems