class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
more info about the class
$handle->image_convert = 'png'; $handle->allowed = array('image/*'); $handle->image_text = 'Hello'; $handle->image_text_direction = 'v'; $handle->image_text_background = '#000000'; $handle->file_new_name_body = $var1.$var1; $handle->image_text_font = 3; $handle->image_text_position = 'BL'; $handle->image_text_padding_x = 2; $handle->image_text_padding_y = 8;
I'm new with this library so i could be a very simple question.
I use this script to upload img's only in my handle i have :
It works nice, it makes a image with a watermark.
But the colors are changed of the images i upload.
If i look at the images i see a big diffrence in the bright colors.
THe bright colors are much less bright.
Is it because i change it to png?
Or is it something else ?