Class PngImageInfo


  • public class PngImageInfo
    extends ImageInfo
    • Field Detail

      • textChunks

        private final java.util.List<PngText> textChunks
    • Constructor Detail

      • PngImageInfo

        PngImageInfo​(java.lang.String formatDetails,
                     int bitsPerPixel,
                     java.util.List<java.lang.String> comments,
                     ImageFormat format,
                     java.lang.String formatName,
                     int height,
                     java.lang.String mimeType,
                     int numberOfImages,
                     int physicalHeightDpi,
                     float physicalHeightInch,
                     int physicalWidthDpi,
                     float physicalWidthInch,
                     int width,
                     boolean progressive,
                     boolean transparent,
                     boolean usesPalette,
                     ImageInfo.ColorType colorType,
                     ImageInfo.CompressionAlgorithm compressionAlgorithm,
                     java.util.List<PngText> textChunks,
                     PhysicalScale physicalScale)