Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Are objects derived from Graphics::Magick CPAN-okay?

by dwm042 (Priest)
on Jul 28, 2011 at 03:59 UTC ( [id://917176]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! /bin/bash
    convert -size 100x100 -stroke SeaGreen -fill palegreen -strokewidth 2 
    +\
    xc:white -draw 'translate 50,50 circle 0,0,25,0' /share/circle_script.
    +jpg
    
  2. or download this
    #! /usr/bin/perl
    
    ...
        stroke => 'SeaGreen', strokewidth => 2, fill => 'palegreen',
        points => '0,0,25,0' );
    $p->Write("/share/circle_perl.jpg");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (9)
As of 2024-04-23 07:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found