Namespace FulcrumFS.Images
Classes
ImageFormat
Represents a base class for image formats used in image processing.
ImageFormatMapping
Specifies a mapping from a source image format to a result image format.
ImageProcessingOptions
Specifies the options for processing images with an ImageProcessor.
ImageProcessor
Provides functionality to process image files with specified options.
ImageResizeOptions
Provides options for resizing images.
ImageSourceValidationOptions
Options for validating a source image during processing.
Structs
ImageBackgroundColor
Represents a background color applied during image processing.
Enums
ImageCompressionLevel
Represents the compression level for image formats that support it.
ImageMetadataStrippingMode
Specifies the mode for stripping metadata from images during processing.
ImageQuality
Specifies the quality level to use during lossy image encoding (e.g. JPEG, WebP). Higher quality levels result in larger file sizes.
ImageReencodeMode
Specifies the mode that is used to determine when to use re-encoded images versus original source files.
ImageReorientMode
Specifies the mode for re-orienting images.
ImageResizeMode
Specifies the available modes for resizing an image.