2006.11.27 08:13 "[Tiff] How to embed multiple JPEG ISO data streams in TIFF file", by mikk

Hello all,

Forgive me if this questions has been asked and answered, but I have just joined the list. I'm new to libtiff. I'm trying to create a multipage TIFF file from many JFIF (.jpeg) files. Due to performance reasons I want to avoid decoding the images into RGBAImage when reading them from JFIF files and encode them back from RGBAImage when writing the TIFF file using libtiff. I want to write "raw JPEG streams" from JFIF files in sequence. Is this possible at all and how to do it using libtiff?

Thanks in advance and kind regards