in reply to Re^2: Resizing images with transparent background?
in thread Resizing images with transparent background?
The modified lines should be:
my $image = GD::Image->new($width, $height, $self->gd->truecolor ) +; $image->transparent( $self->gd->transparent() );
Still essentially untested. I haven't found an image with a transparent background kicking around.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Resizing images with transparent background?
by aweizd (Initiate) on Oct 14, 2010 at 13:36 UTC | |
by BrowserUk (Patriarch) on Oct 14, 2010 at 14:14 UTC | |
by aweizd (Initiate) on Oct 14, 2010 at 14:50 UTC | |
by BrowserUk (Patriarch) on Oct 14, 2010 at 15:48 UTC | |
by aweizd (Initiate) on Oct 14, 2010 at 17:27 UTC | |
| |
Re^4: Resizing images with transparent background?
by Anonymous Monk on Oct 14, 2010 at 13:34 UTC |