How To Convert a .png Picture Available On My server to jpg using GD and PHP. |
[eluser]pistolPete[/eluser]
Use imagecreatefrompng() and imagejpeg(): Code: $im = imagecreatefrompng($png_file_name); |
Messages In This Thread |
How To Convert a .png Picture Available On My server to jpg using GD and PHP. - by El Forum - 03-05-2009, 06:36 PM
How To Convert a .png Picture Available On My server to jpg using GD and PHP. - by El Forum - 03-06-2009, 02:16 AM
|