leonbloy/pngcs
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
==== PNGCS : A small library to read/write huge PNG files in C# === PngCs is a C# to read/write PNG images. It provides a simple API for progressive (sequential line-oriented) reading and writing. It's specially suitable for huge images, which one does not want to load fully in memory. It supports all PNG spec color models and bitdepths: RGB8/RGB16/RGBA8/RGBA16, G8/4/2/1, GA8/4/2/1, PAL8/4/2/1, all filters/compressions settings. It does not support interlaced images. It also has support for Chunks (metadata). This is a port of the PngJ library (Java): http://code.google.com/p/pngj/ the API, documentation and samples from PNGJ apply also to this PngCs library: http://code.google.com/p/pngj/wiki/Overview The distribution of this library includes documentation in folder docs/ See also the included sample projects, -------------------------------------------------------------- NOTE: Since version 1.1.4 two assemblies are provided for different environments: 1 For .Net 4.5 : dotnet45/png45.dll This uses an internal Zlib implementation based on the new .Net 4.5 DeflateStream Advantages: Single dll, does not requires SharpZipLib dll Better speed 2 .Net 2.0 compatible: dotnet20/png.dll This requires an extra dll (included) ICSharpCode.SharpZipLib.dll Advantages: Works with old .net versions (2.0 and above) Slightly better compression ------------------------------------------------------------------------ The ICSharpCode.SharpZipLib.dll assembly, provided with this library, must be referenced together with pngcs.dll by client projects. Because SharpZipLib is released under the GPL license with an exception that allows to link it with independent modules, PNGCS relies on that exception and is released under the Apache license. See LICENSE.txt ----------------------------------------------------------------------------- History: See changes.txt Hernan J Gonzalez - hgonzalez@gmail.com - http://stackoverflow.com/users/277304/leonbloy ---------------------------------------------------------------------------------
About
PNG images encoding in C#
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published