Re: [OE-core] [master][PATCH] libpng: Add ptest for libpng

2025-01-03 Thread Mathieu Dubois-Briand via lists.openembedded.org
On Fri Jan 3, 2025 at 11:46 AM CET, Sana Kazi via lists.openembedded.org wrote: > 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 PN

[OE-core] [master][PATCH] libpng: Add ptest for libpng

2025-01-03 Thread Sana Kazi via lists.openembedded.org
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 he