Skip to content

How to run regression tests

psi edited this page Apr 21, 2022 · 3 revisions

Encode and decode AVIF images

Please encode AVIF images using cavif and decode them again using davif.

See How to encode and decode avif images using cavif.

Install imagemagick v7 or later

See ImageMagick – Download. They provide a portable executable file. Just run chmod a+x magick and copy to any directory in ${PATH} to execute.

Linuxbrew or Homebrew

You can also use brew to install imagemagick:

brew install imagemagick

Run regression tests

make compare -j

If it success, it's okay. If not, there are some regression. Please fix it.

Clone this wiki locally