Draw() arc params

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

The drawing elements are described here: http://www.imagemagick.org/script/magic ... aphics.php However, we still need to expand the description of each element.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

Arc is basically a rectangular box with start stop angles
Ellipses is simular except in how the box is defined.
See Primative Draw methods
http://www.cit.gu.edu.au/~anthony/graph ... primatives

the SVG path Arcs draw from a start to end point, and are covered as part of the command line examples for MVG drawing...
http://www.cit.gu.edu.au/~anthony/graph ... draw/#arcs

take your pick...
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply