Skip to main content
Go to Latest
class MagickFormatInfo
import { MagickFormatInfo } from "https://deno.land/x/imagemagick_deno@0.0.14/src/magick-format-info.ts";

Constructors

new
private
MagickFormatInfo(
format: MagickFormat,
description: string,
isReadable: boolean,
isWritable: boolean,
)

Properties

private
readonly
_description: string
private
readonly
_format: MagickFormat
private
readonly
_isReadable: boolean
private
readonly
_isWritable: boolean
readonly
description: string
readonly
format: MagickFormat
readonly
isReadable: boolean
readonly
isWritable: boolean

Static Properties

private
_all: ReadonlyArray<MagickFormatInfo>
readonly
all: ReadonlyArray<MagickFormatInfo>

Static Methods

private
convertFormat(formatName: string | null, values: string[]): MagickFormat
private
loadFormats()