Uses of Class
org.apache.commons.imaging.formats.png.chunks.PngChunk
Packages that use PngChunk
Package
Description
The PNG (Portable Network Graphics) image format.
PNG image format chunks.
-
Uses of PngChunk in org.apache.commons.imaging.formats.png
Methods in org.apache.commons.imaging.formats.png that return PngChunkModifier and TypeMethodDescriptionChunkType.ChunkConstructor.make(int length, int chunkType, int crc, byte[] bytes) (package private) static PngChunkChunkType.makeChunk(int length, int chunkType, int crc, byte[] bytes) Methods in org.apache.commons.imaging.formats.png that return types with arguments of type PngChunkModifier and TypeMethodDescriptionPngImageParser.filterChunks(List<PngChunk> chunks, ChunkType type) PngImageParser.readChunks(InputStream is, ChunkType[] chunkTypes, boolean returnAfterFirst) PngImageParser.readChunks(ByteSource byteSource, ChunkType[] chunkTypes, boolean returnAfterFirst) Methods in org.apache.commons.imaging.formats.png with parameters of type PngChunkModifier and TypeMethodDescriptionprivate AbstractTransparencyFilterPngImageParser.getTransparencyFilter(PngColorType pngColorType, PngChunk pngChunktRNS) Method parameters in org.apache.commons.imaging.formats.png with type arguments of type PngChunk -
Uses of PngChunk in org.apache.commons.imaging.formats.png.chunks
Subclasses of PngChunk in org.apache.commons.imaging.formats.png.chunksModifier and TypeClassDescriptionclassfinal classfinal classThe PNG iCCP chunk.classfinal classfinal classfinal classfinal classfinal classfinal classfinal class