Class PsdImageContents
java.lang.Object
org.apache.commons.imaging.formats.psd.PsdImageContents
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal intfinal PsdHeaderInfofinal intfinal intprivate static final Logger -
Constructor Summary
ConstructorsConstructorDescriptionPsdImageContents(PsdHeaderInfo header, int colorModeDataLength, int imageResourcesLength, int layerAndMaskDataLength, int compression) -
Method Summary
-
Field Details
-
LOGGER
-
header
-
colorModeDataLength
public final int colorModeDataLength -
imageResourcesLength
public final int imageResourcesLength -
layerAndMaskDataLength
public final int layerAndMaskDataLength -
compression
public final int compression
-
-
Constructor Details
-
PsdImageContents
public PsdImageContents(PsdHeaderInfo header, int colorModeDataLength, int imageResourcesLength, int layerAndMaskDataLength, int compression)
-
-
Method Details
-
dump
public void dump() -
dump
-