ImageGearJava Project > com.accusoft.imagegear.formats.tif Package > ImGearTIFFMetadata Class : getTileOffsets Method |
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise.
This method accesses the TileOffsets tag. The tag specifies the byte offsets of all image tiles, as compressed and stored on disk. The offset is specified with respect to the beginning of the TIFF file.
public long[] getTileOffsets() |
See the TIFF 6.0 specification for tag usage details.