NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
imagemagick (Score:1)
convert -resize 50% -border 1x1 -bordercolor black orig.img new.img
assuming you have Imagemagick installed. Substitute mogrify for convert if you don't want to keep the originals.
Re:imagemagick (Score:2)
Eventually this thing is going to end up in another program, but it's good to have the command line option too. Thanks
Re:imagemagick (Score:1)
Reply to This
Parent