AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
November 2006

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



2006.11.27 08:13 "How to embed multiple JPEG ISO data streams in TIFF file", by <mikk@go2.pl>

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