2005.04.01 05:54 "[Tiff] TIFFOpen alternative", by Katrina Maramba

2005.04.01 05:54 "[Tiff] TIFFOpen alternative", by Katrina Maramba

Hello,

I am currently working on a project that should read TIFF and output it in RGB format. The problem is that I am not supposed to use TIFFOpen since the file is already opened and placed in a buffer before my API is called. My API is suppose to get/ parse the important data I need from the buffer and transform it to RGB form. The transformation is not quite the problem. I had already found APIs to use. What I need is an alternative to TIFFopen. Is there anyone who can help me?

Thanks