mirror of https://github.com/pixelfed/pixelfed
Default image driver to vips
Switch IMAGE_DRIVER default from gd to vips in config/image.php and the shipped .env examples. libvips is faster, lower-memory, and has strong WebP/AVIF support; both libvips and the php-vips extension ship in the official Docker image. ImageDriverManager already maps 'vips' to the installed Intervention Vips driver, so no code change is needed. .env.testing stays on gd because the CI test runners install the gd extension, not php-vips.pull/7298/head
parent
af9416bc90
commit
99c3f2f6ba
Loading…
Reference in New Issue