Skip to main content
Go to Latest
class MontageSettings
Re-export
import { MontageSettings } from "https://deno.land/x/imagemagick_deno@0.0.19/mod.ts";

Properties

optional
backgroundColor: MagickColor
optional
borderColor: MagickColor
optional
borderWidth: number
optional
fillColor: MagickColor
optional
font: string
optional
fontPointsize: number
optional
frameGeometry: MagickGeometry
optional
geometry: MagickGeometry
optional
gravity: Gravity
optional
label: string
optional
shadow: boolean
optional
strokeColor: MagickColor
optional
textureFileName: string
optional
tileGeometry: MagickGeometry
optional
title: string
optional
transparentColor: MagickColor

Methods

_use<TReturnType>(func: (settings: NativeMontageSettings) => TReturnType): TReturnType
_use<TReturnType>(func: (settings: NativeMontageSettings) => Promise<TReturnType>): Promise<TReturnType>