im_tmp           3994 ext/gd/gd.c    	gdImagePtr im_org, im_dest, im_tmp;
im_tmp           4109 ext/gd/gd.c    	im_tmp = gdImageCreate (dest_width, dest_height);
im_tmp           4110 ext/gd/gd.c    	if (im_tmp == NULL ) {
im_tmp           4115 ext/gd/gd.c    	gdImageCopyResized (im_tmp, im_org, 0, 0, 0, 0, dest_width, dest_height, org_width, org_height);
im_tmp           4143 ext/gd/gd.c    			color_org = gdImageGetPixel (im_tmp, x, y);
im_tmp           4144 ext/gd/gd.c    			median = (im_tmp->red[color_org] + im_tmp->green[color_org] + im_tmp->blue[color_org]) / 3;
im_tmp           4154 ext/gd/gd.c    	gdImageDestroy (im_tmp );