Home

Awesome

build-win64-mxe

libvips and its dependencies cross-compiled for all supported Windows architectures (x86_64, i686 and aarch64).

Uses MXE as base environment. A custom plugin based upon the llvm-mingw repository is used to swap GCC and binutils with Clang and other LLVM-based tools.

Creating a zipball

Most people will not need to do this; proceed with caution.

Run the top-level build script with the --help parameter for help.

libvips-web dependencies

DependencyVersionUsed under the terms of
aom3.10.0BSD 2-Clause + Alliance for Open Media Patent License 1.0
cairo1.18.2Mozilla Public License 2.0
cgif0.4.1MIT Licence
expat2.6.3MIT Licence
fontconfig2.15.0fontconfig Licence (BSD-like)
freetype2.13.3freetype Licence (BSD-like)
fribidi1.0.15LGPLv3
glib2.82.0LGPLv3
harfbuzz9.0.0MIT Licence
highway1.2.0Apache-2.0 License, BSD 3-Clause
lcms2.16MIT Licence
libarchive3.7.4BSD 2-Clause
libexif0.6.24LGPLv3
libffi3.4.6MIT Licence
libheif1.18.2LGPLv3
libimagequant2.4.1¹BSD 2-Clause
libpng1.6.43libpng License version 2
librsvg2.59.0LGPLv3
libspng0.7.4BSD 2-Clause
libtiff4.6.0libtiff License (BSD-like)
libvips8.15.3LGPLv3
libwebp1.4.0New BSD License
libxml22.13.3MIT Licence
mozjpeg4.1.5zlib License, IJG License, BSD-3-Clause
pango1.54.0LGPLv3
pixman0.43.4MIT Licence
proxy-libintl0.4LGPLv3
zlib-ng2.2.1zlib-ng Licence

¹ A fork of the BSD 2-Clause licensed libimagequant v2.4.1 is used.

libvips-all dependencies

Same as libvips-web + these extra dependencies:

DependencyVersionUsed under the terms of
brotli1.1.0MIT Licence
cfitsio4.5.0BSD-like
fftw3.3.10GPLv2
gdk-pixbuf2.42.12LGPLv3
imagemagick6.9.13-16ImageMagick License (Apache-2.0-like)
imath3.1.9BSD 3-Clause
libdicom1.0.5MIT Licence
libjxl0.11.0BSD 3-Clause
matio1.5.27BSD 2-Clause
nifticlib3.0.1Public domain
openexr3.1.11BSD 3-Clause
openjpeg2.5.2BSD 2-Clause
openslide4.0.0LGPLv3
poppler24.09.0GPLv2
sqlite3.46.1Public domain

libjpeg-turbo

libvips does not use any of MozJPEG's improvements by default unless explicitly set, yet one can still choose to build the above variants with libjpeg-turbo instead of MozJPEG. This can be accomplished with the --with-jpeg-turbo argument. For example:

./build.sh --with-jpeg-turbo

In that case, the following version of libjpeg-turbo is built:

DependencyVersionUsed under the terms of
libjpeg-turbo3.0.3zlib License, IJG License

jpegli

jpegli is an improved JPEG encoder and decoder implementation, fully compatible with the API/ABI of libjpeg62. It leverages many of the insights from related projects like guetzli, butteraugli, and JPEG XL to achieve a higher quality-per-byte for JPEG images. To enable this, use the --with-jpegli argument when building. For example:

./build.sh --with-jpegli

In that case, the following version of jpegli is built:

DependencyVersionUsed under the terms of
jpeglibe525a4BSD 3-Clause

zlib

By default zlib-ng is built. This is a zlib replacement with optimizations for "next generation" systems. You can use the --without-zlib-ng argument during the build when (vanilla-)zlib is preferred. For example:

./build.sh --without-zlib-ng

In that case, the following version of zlib is built:

DependencyVersionUsed under the terms of
zlib1.3.1zlib Licence

HEVC-related dependencies

The above "all" variant can optionally be built with libde265 and x265 to process HEIC images. This can be turned on with the --with-hevc argument. For example:

./build.sh all --with-hevc

These dependencies include HEVC-related logic and are therefore not included in the prebuilt binaries while it is patent-encumbered.

DependencyVersionUsed under the terms of
libde2651.0.15LGPLv3
x2653.6GPLv2