Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/gs/src/
H A Djpeglib0.h268 struct jpeg_compress_struct { struct
272 struct jpeg_destination_mgr * dest;
279 JDIMENSION image_width; /* input image width */
280 JDIMENSION image_height; /* input image height */
281 int input_components; /* # of color components in input image */
282 J_COLOR_SPACE in_color_space; /* colorspace of input image */
284 double input_gamma; /* image gamma of input image */
294 int data_precision; /* bits of precision in image data */
296 int num_components; /* # of color components in JPEG image */
297 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
[all …]
H A Djpeglib.h268 struct jpeg_compress_struct { struct
272 struct jpeg_destination_mgr * dest;
279 JDIMENSION image_width; /* input image width */
280 JDIMENSION image_height; /* input image height */
281 int input_components; /* # of color components in input image */
282 J_COLOR_SPACE in_color_space; /* colorspace of input image */
284 double input_gamma; /* image gamma of input image */
294 int data_precision; /* bits of precision in image data */
296 int num_components; /* # of color components in JPEG image */
297 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
[all …]
H A Djpeglib_.h268 struct jpeg_compress_struct { struct
272 struct jpeg_destination_mgr * dest;
279 JDIMENSION image_width; /* input image width */
280 JDIMENSION image_height; /* input image height */
281 int input_components; /* # of color components in input image */
282 J_COLOR_SPACE in_color_space; /* colorspace of input image */
284 double input_gamma; /* image gamma of input image */
294 int data_precision; /* bits of precision in image data */
296 int num_components; /* # of color components in JPEG image */
297 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
[all …]
/plan9-contrib/sys/src/cmd/gs/jpeg/
H A Djpeglib.h268 struct jpeg_compress_struct { struct
272 struct jpeg_destination_mgr * dest;
279 JDIMENSION image_width; /* input image width */
280 JDIMENSION image_height; /* input image height */
281 int input_components; /* # of color components in input image */
282 J_COLOR_SPACE in_color_space; /* colorspace of input image */
284 double input_gamma; /* image gamma of input image */
294 int data_precision; /* bits of precision in image data */
296 int num_components; /* # of color components in JPEG image */
297 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
[all …]