mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00

The leading blank lines are apparently an artefact of an older source control system. They are not required and they look like accidents, because starting a source file with a blank line is not a regular habit of software developers nowadays. This is a cherry-pick of commit 37cc20add8fb5b83bb5299a26cd3b41e0f776017 from branch 'libpng18'. Signed-off-by: John Bowler <jbowler@acm.org> Signed-off-by: Cosmin Truta <ctruta@gmail.com>
5 lines
212 B
Plaintext
5 lines
212 B
Plaintext
This demonstrates the use of PNG_USER_CONFIG, pngusr.h and pngusr.dfa
|
|
to build minimal decoder, encoder, and progressive reader applications.
|
|
|
|
See the individual README and pngusr.dfa files for more explanation.
|