| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2005.05.30 13:32 "Re: how to convert a JPEG-IN-TIFF file to jpeg file without decomress & compress", by Jean-yves Le Ridant> It seems multiple-strips also can do such things like > single-strip.(JPEG-IN-TIFF files). > and i try to do like this, but it need another marker : > called DRI ? > I was puzzled how(where) to get the DRI value ? > in the tif file ? > do anyone know something about this ? > any kind of information that related to this problem is ok. > thanks . When a jpeg stream is coded, codec can be instructed to emit "restart marker" every "restart interval" count MCU block. Restart interval is indicated by DRI marker, so the decoder can know ... You can find info, on how all these is writen, in jc(jd)marker.c, of libjpeg. -- Jean-Yves |
|||||||