I have a bunch of .gif files I'd like to convert to .png
I'm wondering if there's a PHP function I can use to do this conversion.
| SitePoint Sponsor |
I have a bunch of .gif files I'd like to convert to .png
I'm wondering if there's a PHP function I can use to do this conversion.
Pokemon Dream - The greatest Pokemon website of all...


ImageMagick:
PHP Code:convert image.gif image.png
For best results I would use a desktop application PngOptimizer.

I think it sounds like he's looking to do this in PHP.
Bookmarks