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.
When i try to convert a transparent gif image, all the white areas in the image are being automatically converted to transparent in the final image. is this a feature or a bug? It should only leave the actual transparency transparent and preserve the white...Reply
Try to set image_background_color to #FFFFFF. it may solve your problem.