-
Notifications
You must be signed in to change notification settings - Fork 10
How to run regression tests
psi edited this page Apr 21, 2022
·
3 revisions
Please encode AVIF images using cavif
and decode them again using davif
.
See How to encode and decode avif images using cavif.
See ImageMagick – Download. They provide a portable executable file. Just run chmod a+x magick
and copy to any directory in ${PATH}
to execute.
You can also use brew to install imagemagick:
brew install imagemagick
make compare -j
If it success, it's okay. If not, there are some regression. Please fix it.