Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/imagemagick_deno/src/magick.ts>Magick

Deno port of the WASM library for ImageMagick
Go to Latest
class Magick
import { Magick } from "https://deno.land/x/imagemagick_deno@0.0.22/src/magick.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