Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImageRepresentations

Represents the various representations (heh) of an image

export
class

ImageRepresentations

Hierarchy

  • ImageRepresentations

Index

Properties

full

full: string = ""

A source-quality rendering of the image

readonly
type

{string}

memberof

ImageRepresentations

large

large: string = ""

An approximately 1500x1500 rendering of the image

readonly
type

{string}

memberof

ImageRepresentations

medium

medium: string = ""

An approximately 750x750 rendering of the image

readonly
type

{string}

memberof

ImageRepresentations

Optional mp4

mp4: undefined | string = undefined

An MP4 rendering of the image, if it's a gif or webm upload

Optional

type

{string}

memberof

ImageRepresentations

small

small: string = ""

An approximately 300x300 rendering of the image

readonly
type

{string}

memberof

ImageRepresentations

tall

tall: string = ""

An approximately 1024x1024 (?) rendering of the image

readonly
type

{string}

memberof

ImageRepresentations

thumbnail

thumbnail: string = ""

A 250x250 thumbnail for the image

readonly
type

{string}

memberof

ImageRepresentations

thumbnailSmall

thumbnailSmall: string = ""

A 150x150 thumbnail for the image

readonly
type

{string}

memberof

ImageRepresentations

thumbnailTiny

thumbnailTiny: string = ""

The smallest rendered size of the image

Dimensions: 50x50

readonly
type

{string}

memberof

ImageRepresentations

Optional webm

webm: undefined | string = undefined

A WEBM rendering of the image, if it's a gif or webm upload

Optional

type

{string}

memberof

ImageRepresentations

Generated using TypeDoc