wasm-imagemagick
Version:
Webassembly compilation of ImageMagick
86 lines • 3.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */
var IMList;
(function (IMList) {
IMList["Align"] = "Align";
IMList["Alpha"] = "Alpha";
IMList["AutoThreshold"] = "AutoThreshold";
IMList["Boolean"] = "Boolean";
IMList["Cache"] = "Cache";
IMList["Channel"] = "Channel";
IMList["Class"] = "Class";
IMList["CLI"] = "CLI";
IMList["ClipPath"] = "ClipPath";
IMList["Coder"] = "Coder";
IMList["Color"] = "Color";
IMList["Colorspace"] = "Colorspace";
IMList["Command"] = "Command";
IMList["Compliance"] = "Compliance";
IMList["Complex"] = "Complex";
IMList["Compose"] = "Compose";
IMList["Compress"] = "Compress";
IMList["Configure"] = "Configure";
IMList["DataType"] = "DataType";
IMList["Debug"] = "Debug";
IMList["Decoration"] = "Decoration";
IMList["Delegate"] = "Delegate";
IMList["Direction"] = "Direction";
IMList["Dispose"] = "Dispose";
IMList["Distort"] = "Distort";
IMList["Dither"] = "Dither";
IMList["Endian"] = "Endian";
IMList["Evaluate"] = "Evaluate";
IMList["FillRule"] = "FillRule";
IMList["Filter"] = "Filter";
IMList["Font"] = "Font";
IMList["Format"] = "Format";
IMList["Function"] = "Function";
IMList["Gradient"] = "Gradient";
IMList["Gravity"] = "Gravity";
IMList["Intensity"] = "Intensity";
IMList["Intent"] = "Intent";
IMList["Interlace"] = "Interlace";
IMList["Interpolate"] = "Interpolate";
IMList["Kernel"] = "Kernel";
IMList["Layers"] = "Layers";
IMList["LineCap"] = "LineCap";
IMList["LineJoin"] = "LineJoin";
IMList["List"] = "List";
IMList["Locale"] = "Locale";
IMList["LogEvent"] = "LogEvent";
IMList["Log"] = "Log";
IMList["Magic"] = "Magic";
IMList["Method"] = "Method";
IMList["Metric"] = "Metric";
IMList["Mime"] = "Mime";
IMList["Mode"] = "Mode";
IMList["Morphology"] = "Morphology";
IMList["Module"] = "Module";
IMList["Noise"] = "Noise";
IMList["Orientation"] = "Orientation";
IMList["PixelChannel"] = "PixelChannel";
IMList["PixelIntensity"] = "PixelIntensity";
IMList["PixelMask"] = "PixelMask";
IMList["PixelTrait"] = "PixelTrait";
IMList["Policy"] = "Policy";
IMList["PolicyDomain"] = "PolicyDomain";
IMList["PolicyRights"] = "PolicyRights";
IMList["Preview"] = "Preview";
IMList["Primitive"] = "Primitive";
IMList["QuantumFormat"] = "QuantumFormat";
IMList["Resource"] = "Resource";
IMList["SparseColor"] = "SparseColor";
IMList["Statistic"] = "Statistic";
IMList["Storage"] = "Storage";
IMList["Stretch"] = "Stretch";
IMList["Style"] = "Style";
IMList["Threshold"] = "Threshold";
IMList["Tool"] = "Tool";
IMList["Type"] = "Type";
IMList["Units"] = "Units";
IMList["Validate"] = "Validate";
IMList["VirtualPixel"] = "VirtualPixel";
IMList["Weight"] = "Weight";
})(IMList = exports.IMList || (exports.IMList = {}));
//# sourceMappingURL=IMList.js.map