Home
last modified time | relevance | path

Searched defs:jpeg_decompress_struct (Results 1 – 4 of 4) sorted by relevance

/plan9-contrib/sys/src/cmd/gs/src/
H A Djpeglib0.h411 struct jpeg_decompress_struct { struct
415 struct jpeg_source_mgr * src;
420 JDIMENSION image_width; /* nominal image width (from SOF marker) */
421 JDIMENSION image_height; /* nominal image height */
422 int num_components; /* # of color components in JPEG image */
423 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
430 J_COLOR_SPACE out_color_space; /* colorspace for output */
432 unsigned int scale_num, scale_denom; /* fraction by which to scale image */
434 double output_gamma; /* image gamma wanted in output */
436 boolean buffered_image; /* TRUE=multiple output passes */
[all …]
H A Djpeglib.h411 struct jpeg_decompress_struct { struct
415 struct jpeg_source_mgr * src;
420 JDIMENSION image_width; /* nominal image width (from SOF marker) */
421 JDIMENSION image_height; /* nominal image height */
422 int num_components; /* # of color components in JPEG image */
423 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
430 J_COLOR_SPACE out_color_space; /* colorspace for output */
432 unsigned int scale_num, scale_denom; /* fraction by which to scale image */
434 double output_gamma; /* image gamma wanted in output */
436 boolean buffered_image; /* TRUE=multiple output passes */
[all …]
H A Djpeglib_.h411 struct jpeg_decompress_struct { struct
415 struct jpeg_source_mgr * src;
420 JDIMENSION image_width; /* nominal image width (from SOF marker) */
421 JDIMENSION image_height; /* nominal image height */
422 int num_components; /* # of color components in JPEG image */
423 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
430 J_COLOR_SPACE out_color_space; /* colorspace for output */
432 unsigned int scale_num, scale_denom; /* fraction by which to scale image */
434 double output_gamma; /* image gamma wanted in output */
436 boolean buffered_image; /* TRUE=multiple output passes */
[all …]
/plan9-contrib/sys/src/cmd/gs/jpeg/
H A Djpeglib.h411 struct jpeg_decompress_struct { struct
415 struct jpeg_source_mgr * src;
420 JDIMENSION image_width; /* nominal image width (from SOF marker) */
421 JDIMENSION image_height; /* nominal image height */
422 int num_components; /* # of color components in JPEG image */
423 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
430 J_COLOR_SPACE out_color_space; /* colorspace for output */
432 unsigned int scale_num, scale_denom; /* fraction by which to scale image */
434 double output_gamma; /* image gamma wanted in output */
436 boolean buffered_image; /* TRUE=multiple output passes */
[all …]