public final class RawIFD2Package extends RawDictionaryBasePackage
Represents IFD1 tags.
| Modifier and Type | Method and Description |
|---|---|
int[] |
getBitsPerSample()
Gets the image BitsPerSample.
|
int |
getCompression()
Gets the image Compression.
|
int |
getImageHeight()
Gets the image height.
|
int |
getImageWidth()
Gets the image width.
|
int |
getPhotometricInterpretation()
Gets the image PhotometricInterpretation.
|
int |
getPlanarConfiguration()
Gets the PlanarConfiguration.
|
int |
getRowPerStrip()
Gets the RowPerStrip.
|
int |
getSamplesPerPixel()
Gets the SamplesPerPixel.
|
long |
getStripByteCounts()
Gets the StripByteCounts.
|
long |
getStripOffset()
Gets the image StripOffset.
|
long |
getUnknown1()
Gets the Unknown1.
|
long |
getUnknown2()
Gets the Unknown2.
|
long[] |
getUnknown3()
Gets the Unknown3.
|
clear, get_Item, remove, set, toListaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final int[] getBitsPerSample()
Gets the image BitsPerSample.
public final int getCompression()
Gets the image Compression.
public final int getImageHeight()
Gets the image height.
public final int getImageWidth()
Gets the image width.
public final int getPhotometricInterpretation()
Gets the image PhotometricInterpretation.
public final int getPlanarConfiguration()
Gets the PlanarConfiguration.
public final int getRowPerStrip()
Gets the RowPerStrip.
public final int getSamplesPerPixel()
Gets the SamplesPerPixel.
public final long getStripByteCounts()
Gets the StripByteCounts.
public final long getStripOffset()
Gets the image StripOffset.
public final long getUnknown1()
Gets the Unknown1.
public final long getUnknown2()
Gets the Unknown2.
public final long[] getUnknown3()
Gets the Unknown3.
Copyright © 2025. All rights reserved.