"magick -list [type]" not working for some type

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
ylazy
Posts: 4
Joined: 2017-03-05T05:09:57-07:00
Authentication code: 1151

"magick -list [type]" not working for some type

Post by ylazy »

1. encoding:

Code: Select all

magick -list encoding
should return its posibility values

Code: Select all

AdobeCustom     AdobeExpert
AdobeStandard   AppleRoman
BIG5            GB2312
Latin 2         None
SJIScode        Symbol
Unicode         Wansung
2. -evaluate-sequence

Code: Select all

magick -list evaluate-sequence
Last edited by ylazy on 2017-03-08T05:15:20-07:00, edited 2 times in total.
ylazy
Posts: 4
Joined: 2017-03-05T05:09:57-07:00
Authentication code: 1151

Re: "magick -list encoding" not working

Post by ylazy »

Sorry! The topic should be posted in Bugs section
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: "magick -list encoding" not working

Post by magick »

ImageMagick does not track encodings because its just a parameter to Freetype and not used otherwise by ImageMagick.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: "magick -list [type]" not working for some type

Post by fmw42 »

You can find out all the things you can list by

Code: Select all

magick -list list

Code: Select all

Align
Alpha
Boolean
Cache
Channel
Class
ClipPath
Coder
Color
Colorspace
Command
Compliance
Complex
Compose
Compress
Configure
DataType
Debug
Decoration
Delegate
Direction
Dispose
Distort
Dither
Endian
Evaluate
FillRule
Filter
Font
Format
Function
Gradient
Gravity
Intensity
Intent
Interlace
Interpolate
Kernel
Layers
LineCap
LineJoin
List
Locale
LogEvent
Log
Magic
Method
Metric
Mime
Mode
Morphology
Module
Noise
Orientation
PixelChannel
PixelIntensity
PixelMask
PixelTrait
Policy
PolicyDomain
PolicyRights
Preview
Primitive
QuantumFormat
Resource
SparseColor
Statistic
Storage
Stretch
Style
Threshold
Type
Units
Validate
VirtualPixel
Weight
Post Reply