Enum ImagePlaceholderAlgorithm
- Namespace
- PommaLabs.Thumbnailer.Client.Models.Enumerations
- Assembly
- PommaLabs.Thumbnailer.Client.dll
Image placeholder algorithms list.
public enum ImagePlaceholderAlgorithm
Fields
BlurHash = 1Use the BlurHash algorithm to generate the placeholder image.
None = 0No placeholder image will be generated.
ThumbHash = 2Use the ThumbHash algorithm to generate the placeholder image.