Searched defs:jpeg_compress_struct (Results 1 – 1 of 1) sorted by relevance
303 struct jpeg_compress_struct { struct307 struct jpeg_destination_mgr *dest;314 JDIMENSION image_width; /* input image width */315 JDIMENSION image_height; /* input image height */316 int input_components; /* # of color components in input image */317 J_COLOR_SPACE in_color_space; /* colorspace of input image */319 double input_gamma; /* image gamma of input image */330 unsigned int scale_num, scale_denom; /* fraction by which to scale image */332 JDIMENSION jpeg_width; /* scaled JPEG image width */333 JDIMENSION jpeg_height; /* scaled JPEG image height */[all …]