Skip to main content
Go to Latest
class Magick
Re-export
import { Magick } from "https://deno.land/x/imagemagick_deno@0.0.19/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