image_height 194 ext/gd/libgd/gd_jpeg.c cinfo.image_height = im->sy; image_height 370 ext/gd/libgd/gd_jpeg.c if (cinfo.image_height > INT_MAX) { image_height 371 ext/gd/libgd/gd_jpeg.c php_gd_error_ex(E_WARNING, "gd-jpeg: warning: JPEG image height (%u) is greater than INT_MAX (%d) (and thus greater than gd can handle)", cinfo.image_height, INT_MAX); image_height 378 ext/gd/libgd/gd_jpeg.c im = gdImageCreateTrueColor ((int) cinfo.image_width, (int) cinfo.image_height);