Lines Matching defs:IN
45 $IN = imagecreatefrompng($input[$i]);
46 imagesavealpha($IN, true);
47 imagecolorscale($IN,$GAMMA);
48 imagecopy($DST,$IN, 0,$base, 0,0, 30,30);
49 imagedestroy($IN);
51 $IN = imagecreatefrompng($input[$i]);
52 imagesavealpha($IN, true);
53 imagecolorscale($IN,$GAMMA);
54 imagecopy($DST,$IN, 0,$base+45, 0,0, 30,30);
55 imagedestroy($IN);