ImageGearJava Project > com.accusoft.imagegear.formats.tif Package > ImGearTIFFMetadata Class : setStripByteCounts Method |
This property accesses the StripByteCounts tag. The tag specifies the number of bytes after any compression, for each strip.
ImageGear ignores the value of this tag during image saving, and saves a value that corresponds to the saved image DIB's parameters.
See the TIFF 6.0 specification for tag usage details.
public void setStripByteCounts( long[] value ) |