ImageGearJava Project > com.accusoft.imagegear.formats.tif Package > ImGearTIFFMetadata Class : getJPEGQTables Method |
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise.
This method accesses the JPEGQTables tag. The tag points to a list of offsets to the quantization tables, one per component. Each table consists of 64 BYTES (one for each DCT coefficient in the 8x8 block).
public long[] getJPEGQTables() |
See the TIFF 6.0 specification for tag usage details.