GitXplorerGitXplorer
j

libpng

public
9 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
b234298b0ef8a946f3b65a79c52f850400e59fe2

CgBI support added

jjongwook committed 14 years ago
Unverified
9a78308cf709e1846983864d983395cfb4a7f47a

clean libpng 1.4.1

jjongwook committed 14 years ago

README

The README file for this repository.

libpng with CgBI support.

CgBI is Apple's proprietary extension, to the PNG image file format.

This library is an extension to libpng supporting CgBI file format.

The usage is basically identical to that of libpng,

Additionally, color_type returned by png_get_IHDR equals 7 if the opened PNG file is in CgBI format.

Note that it does not byteswap the pixels.