You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sandy 99da0f2c72 pl286 release code 4 years ago
..
README pl286 release code 4 years ago
cli_operators.c pl286 release code 4 years ago
cli_process.c pl286 release code 4 years ago
magick.sh pl286 release code 4 years ago
magick_command.c pl286 release code 4 years ago
magick_script pl286 release code 4 years ago
wand.c pl286 release code 4 years ago

README


Every program in this directory is the equivelent of this Shell API
command...

magick -size 100x100 xc:red \
\( rose: -rotate -90 \) \
+append show:


Command should be expanded to show a simple image operation on a
list of images!



Each however does so in its own way using various functions in the
ImageMagick Library.

Shell API...

magick.sh A simple "magick" shell command (as above)
magick_script As a "magick" script file

MagickCLI API...

magick_command.c As a argument list to the MagickCommand function
cli_process.c Using the function that processes a argument list
cli_operators.c Using operator groups to process individual options

MagickWand API...

wand.c using a MagickWand