+ pngChunkIHDR.colorType);
}
String compressionAlgorithm = ImageInfo.COMPRESSION_ALGORITHM_PNG_FILTER;
ImageInfo result = new PngImageInfo(FormatDetails, BitsPerPixel,
comments, Format, FormatName, Height, MimeType,
NumberOfImages, PhysicalHeightDpi, PhysicalHeightInch,
PhysicalWidthDpi, PhysicalWidthInch, Width, isProgressive,
isTransparent, usesPalette, ColorType,
compressionAlgorithm, textChunks);