Files
rk35xx-android14/external/ImageMagick/api_examples/README
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

33 lines
772 B
Plaintext

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_shell.sh A simple "magick" shell command (as above)
magick_script.mgk 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