Skip to main content
Module

x/imagemagick_deno/mod.ts>Magick

Deno port of the WASM library for ImageMagick
Go to Latest
class Magick
Re-export
import { Magick } from "https://deno.land/x/imagemagick_deno@0.0.24/mod.ts";

Static Properties

readonly
delegates: string
readonly
features: string
readonly
imageMagickVersion: string
setRandomSeed: (seed: number) => void
readonly
supportedFormats: ReadonlyArray<MagickFormatInfo>

Static Methods

_getFontFileName(name: string): string
addFont(name: string, data: Uint8Array): void