|
PngCs
1.1.4
A C# library for read/write PNG images
|
A few utility static methods to read and write files More...
Static Public Member Functions | |
| static Stream | OpenFileForReading (String file) |
| static Stream | OpenFileForWriting (String file, bool allowOverwrite) |
| static PngWriter | CreatePngWriter (String fileName, ImageInfo imgInfo, bool allowOverwrite) |
| Given a filename and a ImageInfo, produces a PngWriter object, ready for writing. | |
| static PngReader | CreatePngReader (String fileName) |
| Given a filename, produces a PngReader object, ready for reading. | |
A few utility static methods to read and write files
|
static |
|
static |
|
static |
Given a filename and a ImageInfo, produces a PngWriter object, ready for writing.
| fileName | Path of file |
| imgInfo | ImageInfo object |
| allowOverwrite | Flag: if false and file exists, a PngjOutputException is thrown |
1.8.2