]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
libpng: Add ptest for libpng
authorNikhil R <nikhilar2410@gmail.com>
Mon, 10 Jul 2023 11:19:47 +0000 (16:49 +0530)
committerSteve Sakoman <steve@sakoman.com>
Mon, 17 Jul 2023 17:28:01 +0000 (07:28 -1000)
commit843803bcc248b18cdefb29d610a1371e32e815ce
tree66896e7a3d04d514ae75a4277f9edbcd3235eaf2
parentd1b6c34d33704f05374154e4ea7d8acdea7b8018
libpng: Add ptest for libpng

libpng is a platform-independent library which
supports all PNG features.
This ptest executes the below binaries, parses
the png image and prints the image features.

1. pngfix - provides information about PNG image
copyrights details.

2. pngtest - tests, optimizes and optionally fixes
the zlib header in PNG files.

3. pngstest - verifies the integrity of PNG image by
dumping chunk level information.

4. timepng - provides details about PNG image chunks.

Signed-off-by: Nikhil R <nikhil.r@kpit.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/conf/distro/include/ptest-packagelists.inc
meta/recipes-multimedia/libpng/files/run-ptest [new file with mode: 0644]
meta/recipes-multimedia/libpng/libpng_1.6.37.bb