im_tmp           4455 ext/gd/gd.c    	gdImagePtr im_org, im_dest, im_tmp;
im_tmp           4568 ext/gd/gd.c    	im_tmp = gdImageCreate (dest_width, dest_height);
im_tmp           4569 ext/gd/gd.c    	if (im_tmp == NULL ) {
im_tmp           4574 ext/gd/gd.c    	gdImageCopyResized (im_tmp, im_org, 0, 0, 0, 0, dest_width, dest_height, org_width, org_height);
im_tmp           4602 ext/gd/gd.c    			color_org = gdImageGetPixel (im_tmp, x, y);
im_tmp           4603 ext/gd/gd.c    			median = (im_tmp->red[color_org] + im_tmp->green[color_org] + im_tmp->blue[color_org]) / 3;
im_tmp           4613 ext/gd/gd.c    	gdImageDestroy (im_tmp );