Skip to main content
Module

x/lume/deps/imagick.ts>MagickFormatInfo

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class MagickFormatInfo
Re-export
import { MagickFormatInfo } from "https://deno.land/x/lume@v1.15.2/deps/imagick.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()