WWW-Autosite
view release on metacpan or search on metacpan
cgi-bin/apache-magick.cgi view on Meta::CPAN
#!/usr/bin/perl -w
use strict;
use Image::Magick;
use constant DEBUG =>0;
use Smart::Comments '###';
use File::Copy;
use File::Path;
my %LegalArguments = map { $_ => 1 } qw(
adjoin background bordercolor colormap colorspace colors
compress density dispose delay dither
display font format iterations interlace
loop magick mattecolor monochrome page pointsize
preview_type quality scene subimage subrange
cgi-bin/apache-magick.cgi view on Meta::CPAN
exit;
}
# READ IMAGE
my $q = new Image::Magick;
$err = $q->Read($abs_path);
my %arguments;
# RUN FILTERS, from path info
( run in 0.590 second using v1.01-cache-2.11-cpan-beeb90c9504 )