I am looking for a script that will convert a gif picture to png format in realtime.
So that convert.php?picture.gif.jpg or whatever returns a png of the original image picture.gif.
I need it to work with PHP in a Linux enviroment. I have the Gallery NETPBM binaries installed and would like to use NETPBM if possible.
Any ideas?
Thanks,
Hank[/b]
Posts: 8194
Sure, here goes:
That should work. Post back if it doesn't.
Posts: 7
Thanks! It works great.
Posts: 8194
No problema