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>
14 lines
772 B
Plaintext
14 lines
772 B
Plaintext
pnm2png / png2pnm --- conversion from PBM/PGM/PPM-file to PNG-file
|
|
copyright (C) 1999-2019 by Willem van Schaik <willem at schaik dot com>
|
|
|
|
version 1.0 - 1999.10.15 - First version.
|
|
1.1 - 2015.07.29 - Fix memory leaks (Glenn Randers-Pehrson)
|
|
1.2 - 2017.04.22 - Add buffer-size check
|
|
1.3 - 2017.08.24 - Fix potential overflow in buffer-size check
|
|
(Glenn Randers-Pehrson)
|
|
1.4 - 2017.08.28 - Add PNGMINUS_UNUSED (Christian Hesse)
|
|
1.5 - 2018.08.05 - Fix buffer overflow in tokenizer (Cosmin Truta)
|
|
1.6 - 2018.08.05 - Improve portability and fix style (Cosmin Truta)
|
|
1.7 - 2019.01.22 - Change license to MIT (Willem van Schaik)
|
|
1.8 - 2024.01.09 - Fix, improve, modernize (Cosmin Truta)
|