avif |
To enable support for avif add
--with-avif.
Available as of PHP 8.1.0.
|
jpeg |
To enable support for jpeg add
--with-jpeg-dir=DIR. Jpeg 6b, 7 or 8
are supported.
As of PHP 7.4.0, use --with-jpeg
instead.
|
png |
To enable support for png add
--with-png-dir=DIR. Note, libpng
requires the zlib library,
therefore add --with-zlib-dir[=DIR]
to your configure line.
As of PHP 7.4.0, --with-png-dir and
--with-zlib-dir have been removed.
libpng and zlib
are required.
|
xpm |
To enable support for xpm add
--with-xpm-dir=DIR. If configure
is not able to find the required libraries, you may add the path to
your X11 libraries.
As of PHP 7.4.0, use --with-xpm
instead.
|
webp |
To enable support for webp add --with-webp-dir=DIR.
As of PHP 7.4.0, use --with-webp
instead.
|