Lines Matching full:images
44 Abbreviated datastreams and multiple images
128 same parameter settings for a sequence of images. Re-use of a JPEG object
560 jpeg_finish_decompress(). If you wish to read a series of JPEG images from
1145 when using buffered-image mode for progressive images.
1192 applications such as multispectral images, other color spaces can be used,
1809 The simplest approach to displaying progressive images is to do one display
2099 for all JPEG images, even single-scan ones. This will work, but it is
2101 single-scan images. Requesting buffered-image mode for such an image wastes
2102 memory. Worse, it can cost time on large images, since the buffered data has
2135 Abbreviated datastreams and multiple images
2139 images. This saves a small amount of time per image by eliminating the
2142 datastreams. Object reuse can also simplify processing a series of images in
2146 and Huffman tables. In a situation where many images will be stored or
2158 tables-only file. A variant scheme uses a series of images in which the first
2171 tables-only datastreams and abbreviated images. In both compression and
2195 prevent abbreviated images from being created accidentally.)
2295 It is possible to read a series of images from a single source file by
2301 automatically carried forward, so some of the images can be abbreviated images
2302 that depend on tables from earlier images.
2304 If you intend to write a series of images into a single destination file,
2308 buffer after the last image. You can make the later images be abbreviated
2371 If you are writing JFIF 1.02 extension markers (thumbnail images), don't
2501 images, the standard image size is usually a multiple of the DCT block size,
2782 temporary files are used; virtual arrays are simply malloc()'d. Images bigger
2786 Unix machines if you need to process images that exceed available swap space.
2871 At present, a 12-bit library can handle *only* 12-bit images, not both
2997 images. The most memory-intensive case is decompression with two-pass color
3002 images if you have large data structures of your own.