using imagefttext($image, $ttf_size, 0, $image_txt_x, $image_txt_y, $ttf_color, "$ttfPath/$ttf", $image_text, array());
or imagecopyresampled() for resizing...
These commands do work as it does put text onto the image or resizing the image, however, the entire image is then completely washed out. All of the color is replaced with some gray-green tint (though the depths remain the same).
How can I use the imagefttext or imagecopyresampled() command and ensure my color schemes on the image remain intact unless I grayscale?
Thanx
Phil