Tests: fix README (Robin); refresh print GIFs after palette optimize

This commit is contained in:
gitlost 2020-04-08 21:19:30 +01:00
parent 752b1511b6
commit e01d73a2ee
4 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ To make, first make libzint with ZINT_TEST defined:
cd <project-dir>
mkdir build
cd build
cmake -DZINT_TEST:BOOL:1 ..
cmake -DZINT_TEST:BOOL=1 ..
make
Then make the tests:
@ -15,7 +15,7 @@ Then make the tests:
cd backend/tests
mkdir build
cd build
cmake -DZINT_TEST:BOOL:1 ..
cmake -DZINT_TEST:BOOL=1 ..
make
(ZINT_TEST is needed to export INTERNAL functions for use and testing.)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 83 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 248 B