Searched defs:jpeg_compress_struct (Results 1 – 3 of 3) 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 …]
297 struct jpeg_compress_struct { struct301 struct jpeg_destination_mgr *dest;308 JDIMENSION image_width; /* input image width */309 JDIMENSION image_height; /* input image height */310 int input_components; /* # of color components in input image */311 J_COLOR_SPACE in_color_space; /* colorspace of input image */313 double input_gamma; /* image gamma of input image */324 unsigned int scale_num, scale_denom; /* fraction by which to scale image */326 JDIMENSION jpeg_width; /* scaled JPEG image width */327 JDIMENSION jpeg_height; /* scaled JPEG image height */[all …]