LosslessJpeg.MCUSize Property

Gets a Minimum Coded Units (MCU) of this image.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static int MCUSize { get; }

Property Value

A Minimum Coded Units (MCU) of the opened image.

Remarks

JPEG compressed data is stored in blocks (samples) of several pixels, typically of 8, 16, or other number divisible by 8. Sometimes, it is necessary to take the sample size into account, for example, when cropping images.

See Also

Reference