Projects tagged ‘library’ and ‘zlib’


[6 total ]

235 Users
   

libpng is the official PNG reference library. It supports almost all PNG features, is extensible, and has been extensively tested for over 14 years. libpng is available as ANSI C source code and ... [More] requires zlib 1.0.4 or later (1.2.3 or 1.1.4 recommended due to potential security vulnerabilities in earlier versions). In addition to the main library sources, libpng includes the rpng, rpng2 and wpng demo programs, the pngminus demo program, a subset of Willem van Schaik's PngSuite test images, and Willem's VisualPng demo program. [Less]
Created over 2 years ago.

75 Users
   

zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and ... [More] operating system. The zlib data format is itself portable across platforms. Unlike the LZW compression method used in Unix compress(1) and in the GIF image format, the compression method currently used in zlib essentially never expands the data. (LZW can double or triple the file size in extreme cases.) zlib's memory footprint is also independent of the input data and can be reduced, if necessary, at some cost in compression. [Less]
Created about 1 year ago.

11 Users
   

Compression and decompression in the gzip and zlib formats for Haskell
Created about 1 year ago.

5 Users
 

The Visual Component Framework is a cross platform C++ application framework that offers a modern, clean architecture. It is divided into three major libraries. The FoundationKit provides services ... [More] such as file access, streams, threads, synchronization primitives, and advanced RTTI features. The GraphicsKit includes classes for working with both image and vector graphics, and has built in support for the Anti-Grain Graphics library. The ApplicationKit provides GUI controls, use of the Model-View-Control pattern, property and component editors, undo/redo support, drag-and-drop, clipboard services, application resources, and UI metrics and policy managers. Additional "Kits" adding advanced functionality include an HTML kit, Internet kit, JavaScript kit, Network kit, OpenGL kit, and RegEx kit [Less]
Created over 3 years ago.

1 Users

Flash MOD Player is a MOD player written in the haXe language for Flash 9. It is able to play Protracker, Soundtracker and compatible MOD files up to 32 channels (the channel count is figured out ... [More] using the MOD's fingerprint number). The player is written with reusability in mind, in other words that you can take the player class, put it in your game code and use it with ease (and so far this is true, especially if your application or game is written in haXe). [Less]
Created 4 months ago.

0 Users

pybox2d2D physics library for Python under the *zlib* license. (not BSD, see below) BSD? zlib? Which license?As Google Code does not allow projects to be listed under some of the less popular ... [More] licenses (see here and here for more information), pybox2d is currently listed under BSD. However, the code is licensed under the very liberal zlib license, the same as the underlying Box2D library. News2009/2/25: Release2.0.2b1 Released! Lots of changes since the last version. See all of the changes in this post here, along with some other important code change notes there. Be sure to download the testbed, which includes all of the examples, in addition to the library itself as it is no longer included in the installer. 2008/10/23: Release2.0.2b0 Released! OS X and win32 installers in the downloads section along with a full source release. Changes here: Changes OS X and win32 installer notes [Less]
Created about 1 year ago.