#!/usr/bin/perl use strict; use warnings; use Image::Scale; my $img = Image::Scale->new('image.gif'); $img->resize_gd( { width => 150 } ); $img->save_png('newImage.png');
In reply to Re: Resizing images with transparent background?
by Khen1950fx
in thread Resizing images with transparent background?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |