Skip to main content
Module

x/imagemagick_deno/mod.ts>OrientationType

Deno port of the WASM library for ImageMagick
Latest
enum OrientationType
Re-export
import { OrientationType } from "https://deno.land/x/imagemagick_deno@0.0.26/mod.ts";

Members

BottomLeft
BottomRight
LeftBotom
LeftTop
RightBottom
RightTop
TopLeft
TopRight
Undefined