#!/bin/sh

cat >&2 <<EOF
*
* libheif installs only basic HEIC/HEVC and AVIF/AV1 *decoders* by default.
* If you want to encode (edit) HEIC and AVIF images, you may need to install
* libheif-x265 and libheif-rav1e (or libheif-aom), respectively. You can also
* install libheif-plugins-all to get all encoders and decoders.
*
EOF

exit 0
