Lines Matching defs:IN
41 $IN = imagecreatefrompng($input[$i]);
42 imagesavealpha($IN, true);
43 imagecolorscale($IN,$GAMMA);
44 imagecopy($DST,$IN, 0,$base, 0,0, 30,30);
45 imagedestroy($IN);
47 $IN = imagecreatefrompng($input[$i]);
48 imagesavealpha($IN, true);
49 imagecolorscale($IN,$GAMMA);
50 imagecopy($DST,$IN, 0,$base+45, 0,0, 30,30);
51 imagedestroy($IN);