PngCs
1.1.4
A C# library for read/write PNG images
|
![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | Behaviours for chunks transfer when reading and writing. |
![]() ![]() ![]() ![]() ![]() | Static utility methods for CHunks |
![]() ![]() ![]() ![]() ![]() | Decides if another chunk "matches", according to some criterion |
![]() ![]() ![]() ![]() ![]() | Wraps the raw chunk data |
![]() ![]() ![]() ![]() ![]() | All chunks that form an image, read or to be written |
![]() ![]() ![]() ![]() ![]() | Chunks written or queued to be written http://www.w3.org/TR/PNG/#table53 |
![]() ![]() ![]() ![]() ![]() | Represents a instance of a PNG chunk |
![]() ![]() ![]() ![]() ![]() | bKGD chunk, see http://www.w3.org/TR/PNG/#11bKGD |
![]() ![]() ![]() ![]() ![]() | cHRM chunk, see http://www.w3.org/TR/PNG/#11cHRM |
![]() ![]() ![]() ![]() ![]() | gAMA chunk, see http://www.w3.org/TR/PNG/#11gAMA |
![]() ![]() ![]() ![]() ![]() | hIST chunk, see http://www.w3.org/TR/PNG/#11hIST Only for palette images |
![]() ![]() ![]() ![]() ![]() | iCCP Chunk: see http://www.w3.org/TR/PNG/#11iCCP |
![]() ![]() ![]() ![]() ![]() | IDAT chunk http://www.w3.org/TR/PNG/#11IDAT |
![]() ![]() ![]() ![]() ![]() | IEND chunk http://www.w3.org/TR/PNG/#11IEND |
![]() ![]() ![]() ![]() ![]() | IHDR chunk: http://www.w3.org/TR/PNG/#11IHDR |
![]() ![]() ![]() ![]() ![]() | iTXt chunk: http://www.w3.org/TR/PNG/#11iTXt One of the three text chunks |
![]() ![]() ![]() ![]() ![]() | A Chunk type that allows duplicate in an image |
![]() ![]() ![]() ![]() ![]() | oFFs chunk: http://www.libpng.org/pub/png/spec/register/pngext-1.3.0-pdg.html#C.oFFs |
![]() ![]() ![]() ![]() ![]() | pHYs chunk: http://www.w3.org/TR/PNG/#11pHYs |
![]() ![]() ![]() ![]() ![]() | PLTE Palette chunk: this is the only optional critical chunk |
![]() ![]() ![]() ![]() ![]() | sBIT chunk: http://www.w3.org/TR/PNG/#11sBIT |
![]() ![]() ![]() ![]() ![]() | A Chunk type that does not allow duplicate in an image |
![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | sPLT chunk: http://www.w3.org/TR/PNG/#11sPLT |
![]() ![]() ![]() ![]() ![]() | sRGB chunk: http://www.w3.org/TR/PNG/#11sRGB |
![]() ![]() ![]() ![]() ![]() | sTER chunk: http://www.libpng.org/pub/png/spec/register/pngext-1.3.0-pdg.html#C.sTER |
![]() ![]() ![]() ![]() ![]() | tEXt chunk: latin1 uncompressed text |
![]() ![]() ![]() ![]() ![]() | general class for textual chunks |
![]() ![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | tIME chunk: http://www.w3.org/TR/PNG/#11tIME |
![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | Unknown (for our chunk factory) chunk type. |
![]() ![]() ![]() ![]() ![]() | zTXt chunk: http://www.w3.org/TR/PNG/#11zTXt |
![]() ![]() ![]() ![]() ![]() | Image Metadata, wrapper over a ChunksList |
![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() | A few utility static methods to read and write files |
![]() ![]() ![]() ![]() | Simple immutable wrapper for basic image info |
![]() ![]() ![]() ![]() | Lightweight wrapper for an image scanline, for read and write |
![]() ![]() ![]() ![]() | Bunch of utility static methods to process/analyze an image line |
![]() ![]() ![]() ![]() | Wraps a set of rows from a image, read in a single operation, stored in a int[][] or byte[][] matrix |
![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() | Some utility static methods for internal use. |
![]() ![]() ![]() ![]() | Exception for CRC check |
![]() ![]() ![]() ![]() | Gral exception class for PNGCS library |
![]() ![]() ![]() ![]() | Exception for internal problems |
![]() ![]() ![]() ![]() | Exception associated with input (reading) operations |
![]() ![]() ![]() ![]() | Exception associated with input (reading) operations |
![]() ![]() ![]() ![]() | Exception for unsupported operation or feature |
![]() ![]() ![]() ![]() | Reads a PNG image, line by line |
![]() ![]() ![]() ![]() | Writes a PNG image, line by line. |