Hi all!
I am desperate doing a function which transforms a JPG image onto a GIF or PNG. I capture the image in a ImageCreateFromJpeg from an url, but I cannot save it in a GIF or PNG format (It gives me an error message). I have the GD library already installed.
I have done it in VBasic, but I would like to do it using PHP.
Do you know any way to do it?
transforming a JPEG imarge onto a PNG or GIF image
Moderator: General Moderators
maybe if you show us the code...
which version of gd do you usewill tell you
which version of gd do you use
Code: Select all
<?php phpinfo(); ?>