Link to home
Start Free TrialLog in
Avatar of mikezang
mikezang

asked on

How to convert GIF to PNG in Perl/CGI

I need a Perl script to convert GIF format to PNG format in a webpage, does anyone help me?
Avatar of Tintin
Tintin

The Image::Magick module can do that for you.

http://search.cpan.org/author/JCRISTY/PerlMagick-5.55/Magick.pm
Avatar of mikezang

ASKER

I have two question about this module.
1. How can I know if a site suppots this module? for example, bardsoft.virtualave.net .
2. How can I use this module? I got gif image from this URL
/image.map.yahoo.co.jp/ymap/mk_map?&width=120&height=160&la=1&scale=100000&nl=35/42/16.0&el=139/33/35.0&no_part=0
I hope it can be onverted to PNG format, then show it in browser, can you show me a CGI sample for this purpose?
ASKER CERTIFIED SOLUTION
Avatar of Tintin
Tintin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial