Components

libvips

Mastodon requires the image processor libvips.
Versions of Mastodon are listed across the top of the matrix. Versions of each required component are listed along the left side.

libvips

4.64.54.44.34.2
8.18
8.17
8.16
8.15
8.14
8.13

References: libvips

Terminal
# Check running version
vips --version
The official Mastodon container image since version 4.4 will always use the highest possible libvips version for that release.

ImageMagick

ImageMagick support was deprecated in Mastodon 4.4 and is removed in Mastodon 4.6.
4.64.54.44.34.2
7.0+
6.9.7-7+

References: ImageMagick

Terminal
# Check running version for 7.x
magick --version
# Check running version for 6.x
convert --version