Table of Contents

Enum ColorProfileHandling

Namespace
SixLabors.ImageSharp.Formats
Assembly
SixLabors.ImageSharp.dll

Provides enumeration of methods that control how ICC profiles are handled during decode.

public enum ColorProfileHandling

Fields

Compact = 1

Removes any embedded Standard sRGB ICC color profiles without transforming the pixels of the image.

Convert = 2

Transforms the pixels of the image based on the conversion of any embedded ICC color profiles to sRGB V4 profile. The original profile is then removed.

Preserve = 0

Leaves any embedded ICC color profiles intact.