Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Image Magick convert as Perl

by GrandFather (Saint)
on Sep 14, 2005 at 12:13 UTC ( [id://491827]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    convert.exe -pointsize 200 -stroke #ff0000 -fill #808040 -draw "text 8
    +00,650 'Hello world'" -identify "x.JPG" xb.jpg
    
  2. or download this
    use strict;
    use warnings;
    ...
      );
    print $err if $err;
    $image->Write( 'xb.jpg' );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://491827]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-24 23:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found