Table of Contents

Namespace LMKit.Media.Image

Classes

ImageBuffer

Represents an unmanaged image buffer for pixel data, providing high-performance methods to load, save, convert, and manipulate images. This type owns a native handle and must be disposed to release unmanaged resources.

ImageBuffer.DeskewParameters

Parameters controlling deskew estimation and resampling quality.

ImageBuffer.DeskewResult

Result of a Deskew(DeskewParameters) operation.

ImageBuffer.DespeckleBitonalParameters

Controls which connected components are classified as speckle noise and removed by DespeckleBitonal(DespeckleBitonalParameters).

Enums

ImagePixelFormat

Specifies the pixel formats supported by the LMKit media pipeline for image data. Format names encode total bits per pixel and the exact in-memory channel order.

Share