Maven module :un.storage : image-jpeg :
Class : un.storage.imagery.jpeg.MCU
Extends/Implements : -
Subclasses : -

JPEG encoding works by blocks factor of 8x8 pixels, those are called MCU.
Minimum Coded Unit; MCU: The smallest group of data units that is coded.
author  Johann Sorel


Variables : units, scaledWidth, scaledHeight
Functions : MCU, setUnit, scale


public DataUnit[] units

public int scaledWidth

public int scaledHeight


public void MCU (int size, int scaledWidth, int scaledHeight)

public void setUnit (int index, SOFComponent SOFComp, SOSComponent SOSComp)

public void scale ()