Searched defs:jpeg_compress_struct (Results 1 – 4 of 4) sorted by relevance
268 struct jpeg_compress_struct { struct272 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 …]