Files
rk35xx-android14/external/ImageMagick/api_examples/magick_script.mgk
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

40 lines
1.2 KiB
Plaintext
Executable File

#!/bin/env magick-script
#
# Magick Script
#
# Assumes the "magick-script" symlink to "magick" command has been installed
#
-size 100x100 xc:red
( rose: -rotate -90 )
+append -write show:
# exit - not really needed here -- more for pipelines and debugging
-exit
-------------------------------------------------------------------------------
This area is completely ignored by the magick script.
If you want you can put uncommented documentation such as Perl POD
which reformat such documentation into many different doc formats.
A bit like what Imagemagick does with Images!
Or you can just put any old rubbish -- much like this :-)
It could even be binary, image data or something else!
Hmmm Image Data may be useful -- perhaps in the future
Remind me sometime!
Anthony Thyssen - Author/Developer for
Imagemagick Examples
ImageMagick Shell/Script API
Morphology Operator
Distort Operator
Composite Method Redevelopment
GIF Animation Methods
-------------------------------------------------------------------------------
"Mr. Worf, scan that ship." "Aye, Captain... 300 DPI?"
-------------------------------------------------------------------------------