This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
commit a1fe1580efe2bb53e95a598fe1c4dae7557f6b70 Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 4 08:12:11 2023 -0400 Update URLs in comments - Document broken URLs - Use HTTPS instead of HTTP in comments where available - Format tweaks --- .../formats/tiff/photometricinterpreters/PhotometricInterpreter.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/photometricinterpreters/PhotometricInterpreter.java b/src/main/java/org/apache/commons/imaging/formats/tiff/photometricinterpreters/PhotometricInterpreter.java index 1edbb911..dcad533b 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/photometricinterpreters/PhotometricInterpreter.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/photometricinterpreters/PhotometricInterpreter.java @@ -30,6 +30,7 @@ import org.apache.commons.imaging.common.ImageBuilder; * PhotometricInterpretation</a> */ public abstract class PhotometricInterpreter { + protected final int samplesPerPixel; private final int[] bitsPerSample; protected final int predictor;
