Projects tagged ‘compression’ and ‘library’


Jump to tag:

Projects tagged ‘compression’ and ‘library’

Filtered by Project Tags compression library

Refine results Project Tags zip (6) graphics (4) java (4) lossless (3) gzip (3) programming (3) zlib (3) c++ (3) image (3) web (2) linux (2) dotnet (2)

[19 total ]

234 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.

157 Users
   

A widely used free library for JPEG image compression.
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.

4 Users
   

This project is a modern C++ library with a focus on portability and program correctness. It strives to be easy to use right and hard to use wrong. Thus, it comes with extensive documentation and ... [More] thorough debugging modes. The library provides a platform abstraction layer for common tasks such as interfacing with network services, handling threads, or creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and text parsing, and many other general utilities. [Less]
Created over 3 years ago.

4 Users
   

Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads.
Created over 3 years ago.

3 Users

ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-algorithms supported by zlib. Functions are provided that transparently access files being either real ... [More] files or zipped files, both with the same filepath. The zip-archive can be used in the place of a normal subdirectory. It is written in portable C. [Less]
Created over 3 years ago.

1 Users
 

A J2EE servlet filter which compresses data written to the response. It supports several algorithms (gzip, deflate, etc.) and emphasizes minimal memory usage and high throughput. Also provides detailed performance stats.
Created about 1 year ago.

1 Users

A managed 7-zip library written in C# which provides data (self-)extraction and compression (all 7-zip formats are supported). It wraps 7z.dll or any compatible one and makes use of LZMA SDK.
Created 9 months ago.

1 Users

Modular library used in computer graphics education. Covers basics of 2D and 3D graphics and compression technologies as well. Written entirely in Java, uses Swing GUI.
Created over 2 years ago.