import { MagickFormatInfo } from "https://deno.land/x/lume@v1.15.0/deps/imagick.ts";
Constructors
Properties
private
readonly
_format: MagickFormatreadonly
format: MagickFormatStatic Properties
private
_all: ReadonlyArray<MagickFormatInfo>readonly
all: ReadonlyArray<MagickFormatInfo>Static Methods
private
convertFormat(formatName: string | null, values: string[]): MagickFormatprivate
loadFormats()create(format: MagickFormat): MagickFormatInfo