PATH:
usr
/
share
/
doc
/
ImageMagick-perl-6.9.10.68
/
demo
#!/usr/bin/perl eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0; # not running under some shell # # Make simple text with a shadow. # use Image::Magick; $image=Image::Magick->new(size=>'500x120'); $image->Read('xc:white'); $image->Annotate(fill=>'rgba(100,100,100,0.8)',pointsize=>60, text=>'Works like magick!',geometry=>'+8+90'); $image->Blur('0x1'); $image->Annotate(fill=>'red',stroke=>'blue',pointsize=>60, text=>'Works like magick!',geometry=>'+4+86'); $image->Write('shadow.gif'); $image->Write('win:');
[-] steganography.pl
[edit]
[-] Turtle.pm
[edit]
[-] composite.pl
[edit]
[-] src.png
[edit]
[-] shadow-text.pl
[edit]
[-] model.gif
[edit]
[-] demo.pl
[edit]
[+]
..
[-] piddle.pl
[edit]
[-] README
[edit]
[-] shapes.pl
[edit]
[-] pink-flower.gif
[edit]
[-] yellow-flower.gif
[edit]
[-] dst.png
[edit]
[-] tree.pl
[edit]
[-] annotate.pl
[edit]
[-] compose-specials.pl
[edit]
[-] pixel-fx.pl
[edit]
[-] button.pl
[edit]
[-] tile.gif
[edit]
[-] single-pixels.pl
[edit]
[-] settings.pl
[edit]
[-] annotate_words.pl
[edit]
[-] Makefile
[edit]
[-] red-flower.gif
[edit]
[-] lsys.pl
[edit]
[-] smile.gif
[edit]