UNPKG

wasm-imagemagick

Version:
23 lines 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */ var IMDistort; (function (IMDistort) { IMDistort["Affine"] = "Affine"; IMDistort["AffineProjection"] = "AffineProjection"; IMDistort["ScaleRotateTranslate"] = "ScaleRotateTranslate"; IMDistort["SRT"] = "SRT"; IMDistort["Perspective"] = "Perspective"; IMDistort["PerspectiveProjection"] = "PerspectiveProjection"; IMDistort["BilinearForward"] = "BilinearForward"; IMDistort["BilinearReverse"] = "BilinearReverse"; IMDistort["Polynomial"] = "Polynomial"; IMDistort["Arc"] = "Arc"; IMDistort["Polar"] = "Polar"; IMDistort["DePolar"] = "DePolar"; IMDistort["Barrel"] = "Barrel"; IMDistort["BarrelInverse"] = "BarrelInverse"; IMDistort["Shepards"] = "Shepards"; IMDistort["Resize"] = "Resize"; })(IMDistort = exports.IMDistort || (exports.IMDistort = {})); //# sourceMappingURL=IMDistort.js.map