Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IThumbnailOptions

Hierarchy

Index

Properties

Optional autoOrient

autoOrient: boolean

Auto orientate the image.

default

true

Optional background

background: string

Apply a background color.

Optional coalesce

coalesce: boolean

Applies the "-coalesce" option.

default

false

see

https://www.imagemagick.org/script/command-line-options.php#coalesce

Optional dst

dst: string

Destination file.

default

A temporary file

Optional flatten

flatten: boolean

Flatten the resulting image.

default

false

Optional gravity

gravity: string

height

height: number

Height of thumbnail.

Optional interpolate

interpolate: string

Interpolate the thumbnail.

Optional quality

quality: number

Set the output quality.

type

number 1-100

src

src: string

Source file.

width

width: number

Width of thumbnail.

Optional x

x: number

X offset for thumbnail.

Optional y

y: number

Y offset for thumbnail.

Generated using TypeDoc