2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/extra/libpng
2021-08-26 07:22:10 +03:00
..
patches libpng: added APNG support for Firefox. 2019-08-28 19:35:22 +00:00
build libpng: update for new env 2021-07-18 05:41:10 +03:00
checksums libpng: use new checksums format 2021-07-01 14:08:24 +00:00
depends libpng: move to extra 2019-07-18 15:14:31 +07:00
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
sources libpng: use VERSION 2021-07-15 10:19:32 +03:00
version libpng: added APNG support for Firefox. 2019-08-28 19:35:22 +00:00

libpng
________________________________________________________________________________

libpng is the official Portable Network Graphics (PNG) reference library
(originally called pnglib). It is a platform-independent library that contains C
functions for handling PNG images. It supports almost all of PNG's features, is
extensible, and has been widely used and tested for over 23 years. libpng is
dependent on zlib for data compression and decompression routines. [0]

Upstream: http://www.libpng.org/pub/png/libpng.html


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b libpng                                                             |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Libpng