-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Description
I have now assembled a pretty comprehensive suite of test images. These all come with the proper license information (CC or public domain). It includes:
- an icon set in 64px & 512px (thanks @nigeltao)
- various photo sets
- various texture sets
- game screenshots
- website screenshots
- a random sample from https://pngimg.com/
Here's the full set:
https://phoboslab.org/files/qoibench/qoi_benchmark_suite.tar (1.1 GB) — very proudly excluding lenna.jpg
All images in this test suite are PNGs. I will add QOI images once the specification has been finalized (related #20).
To make it a bit easier to test tweaks for qoi, qoibench.c (in the experimental branch) can now descend into subdirectories, prints a grand total and has gained various options:
Usage: qoibench <iterations> <directory> [options]
Options:
--nowarmup ... don't perform a warmup run
--nopng ...... don't run png encode/decode
--noverify ... don't verify qoi roundtrip
--noencode ... don't run encoders
--nodecode ... don't run decoders
--norecurse .. don't descend into directories
Examples
qoibench 10 images/textures/
qoibench 1 images/textures/ --nopng --nowarmup
E.g. if you just want to check the overall compression ratio for qoi as fast as possible:
./qoibench 1 images/ --nowarmup --nopng --noverify --nodecode
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels