Table of Contents

Enum ImagePlaceholderAlgorithm

Namespace
PommaLabs.Thumbnailer.Client.Models.Enumerations
Assembly
PommaLabs.Thumbnailer.Client.dll

Image placeholder algorithms list.

public enum ImagePlaceholderAlgorithm

Fields

BlurHash = 1

Use the BlurHash algorithm to generate the placeholder image.

None = 0

No placeholder image will be generated.

ThumbHash = 2

Use the ThumbHash algorithm to generate the placeholder image.