wasm-imagemagick
Version:
Webassembly compilation of ImageMagick
82 lines (81 loc) • 2.23 kB
TypeScript
export declare enum IMList {
'Align' = "Align",
'Alpha' = "Alpha",
'AutoThreshold' = "AutoThreshold",
'Boolean' = "Boolean",
'Cache' = "Cache",
'Channel' = "Channel",
'Class' = "Class",
'CLI' = "CLI",
'ClipPath' = "ClipPath",
'Coder' = "Coder",
'Color' = "Color",
'Colorspace' = "Colorspace",
'Command' = "Command",
'Compliance' = "Compliance",
'Complex' = "Complex",
'Compose' = "Compose",
'Compress' = "Compress",
'Configure' = "Configure",
'DataType' = "DataType",
'Debug' = "Debug",
'Decoration' = "Decoration",
'Delegate' = "Delegate",
'Direction' = "Direction",
'Dispose' = "Dispose",
'Distort' = "Distort",
'Dither' = "Dither",
'Endian' = "Endian",
'Evaluate' = "Evaluate",
'FillRule' = "FillRule",
'Filter' = "Filter",
'Font' = "Font",
'Format' = "Format",
'Function' = "Function",
'Gradient' = "Gradient",
'Gravity' = "Gravity",
'Intensity' = "Intensity",
'Intent' = "Intent",
'Interlace' = "Interlace",
'Interpolate' = "Interpolate",
'Kernel' = "Kernel",
'Layers' = "Layers",
'LineCap' = "LineCap",
'LineJoin' = "LineJoin",
'List' = "List",
'Locale' = "Locale",
'LogEvent' = "LogEvent",
'Log' = "Log",
'Magic' = "Magic",
'Method' = "Method",
'Metric' = "Metric",
'Mime' = "Mime",
'Mode' = "Mode",
'Morphology' = "Morphology",
'Module' = "Module",
'Noise' = "Noise",
'Orientation' = "Orientation",
'PixelChannel' = "PixelChannel",
'PixelIntensity' = "PixelIntensity",
'PixelMask' = "PixelMask",
'PixelTrait' = "PixelTrait",
'Policy' = "Policy",
'PolicyDomain' = "PolicyDomain",
'PolicyRights' = "PolicyRights",
'Preview' = "Preview",
'Primitive' = "Primitive",
'QuantumFormat' = "QuantumFormat",
'Resource' = "Resource",
'SparseColor' = "SparseColor",
'Statistic' = "Statistic",
'Storage' = "Storage",
'Stretch' = "Stretch",
'Style' = "Style",
'Threshold' = "Threshold",
'Tool' = "Tool",
'Type' = "Type",
'Units' = "Units",
'Validate' = "Validate",
'VirtualPixel' = "VirtualPixel",
'Weight' = "Weight"
}