[SOLVED] List of all supported MSL commands
Posted: 2013-05-13T06:05:10-07:00
LATER EDIT:
Here is a complete list of all supported MSL commands (for conjure version 6.8.5-0 2013-04-23 Q8 on a windows system)
http://www.imagemagick.org/script/conjure.php#msl
______________________________________________________________________________________________________
Since lacking a docu what commands are supported in Magick Scripting Language
I have done a test program to see what seems to work. The base was the commands supported by PerlMagick.
The following commands does not generate an error:
And of course: Read and Write
These caused an error (unrecognized element):
Could this be true?
Only so few commands were supported yet?
Here is a complete list of all supported MSL commands (for conjure version 6.8.5-0 2013-04-23 Q8 on a windows system)
http://www.imagemagick.org/script/conjure.php#msl
______________________________________________________________________________________________________
Since lacking a docu what commands are supported in Magick Scripting Language
I have done a test program to see what seems to work. The base was the commands supported by PerlMagick.
The following commands does not generate an error:
Code: Select all
Annotate
Blur
Border
Charcoal
Chop
Colorize
Comment
Composite
Contrast
Crop
Despeckle
Draw
Edge
Emboss
Enhance
Equalize
Flip
Flop
Frame
Gamma
Implode
Label
Level
Magnify
Minify
Modulate
Negate
Normalize
Opaque
Profile
Quantize
Raise
Resample
Resize
Roll
Rotate
Sample
Scale
Segment
Shade
Shadow
Sharpen
Shave
Shear
Signature
Solarize
Spread
Stegano
Stereo
Strip
Swirl
Threshold
Transparent
Trim
These caused an error (unrecognized element):
Code: Select all
AdaptiveBlur
AdaptiveResize
AdaptiveSharpen
AdaptiveThreshold
AddNoise
AffineTransform
Affinity
AutoGamma
AutoLevel
AutoOrient
BlackThreshold
BlueShift
Clamp
Clip
ClipMask
Clut
Coalesce
Color
ColorDecisionList
ColorMatrix
CompareLayers
ContrastStretch
Convolve
CycleColormap
Decipher
Deconstruct
Deskew
Difference
Distort
Encipher
Evaluate
Extent
Filter
FloodfillPaint
ForwardFourierTransform
Function
GaussianBlur
GetPixel
GetPixels
Grayscale
HaldClut
Identify
InverseDiscreteFourierTransform
Layers
LevelColors
LinearStretch
LiquidResize
Mask
MatteFloodfill
MedianFilter
Mode
Morphology
MotionBlur
OilPaint
OrderedDither
Perceptible
Polaroid
Posterize
RadialBlur
ReduceNoise
Remap
SelectiveBlur
Separate
SetPixel
SigmoidalContrast
Sketch
SparseColor
Splice
Statistic
Texture
Thumbnail
Tint
Transpose
Transverse
UnsharpMask
Vignette
Wave
WhiteThreshold
Only so few commands were supported yet?