Experiment with building a libvips binary for Windows with MXE.
Dependency | Version | Used under the terms of |
---|---|---|
cairo | 1.17.2 | Mozilla Public License 2.0 |
expat | 2.2.9 | MIT Licence |
fontconfig | 2.13.92 | fontconfig Licence (BSD-like) |
freetype | 2.10.1 | freetype Licence (BSD-like) |
fribidi | 1.0.9 | LGPLv3 |
gdk-pixbuf | 2.40.0 | LGPLv3 |
gettext | 0.20.1 | LGPLv3 |
giflib | 5.1.4 | MIT Licence |
glib | 2.64.1 | LGPLv3 |
harfbuzz | 2.6.4 | MIT Licence |
lcms | 2.9 | MIT Licence |
libexif | 0.6.21 | LGPLv3 |
libffi | 3.3 | MIT Licence |
libgsf | 1.14.47 | LGPLv3 |
libiconv | 1.16 | LGPLv3 |
libjpeg-turbo | 2.0.4 | zlib License, IJG License |
libpng | 1.6.37 | libpng License version 2 |
librsvg | 2.48.1 | LGPLv3 |
libtiff | 4.1.0 | libtiff License (BSD-like) |
libvips | 8.9.1 | LGPLv3 |
libwebp | 1.1.0 | New BSD License |
libxml2 | 2.9.10 | MIT Licence |
orc | 0.4.31 | orc License (BSD-like) |
pango | 1.44.7 | LGPLv3 |
pixman | 0.38.4 | MIT Licence |
zlib | 1.2.11 | zlib Licence |
Same as libvips-web + these extra dependencies:
Dependency | Version | Used under the terms of |
---|---|---|
cfitsio | 3.470 | BSD-like |
fftw | 3.3.8 | GPLv2 |
hdf5 | 1.10.6 | BSD-like |
imagemagick | 6.9.10-92 | ImageMagick License (GPL-like) |
libde265 | 1.0.5 | LGPLv3 |
libheif | 1.6.2 | LGPLv3 |
matio | 1.5.17 | BSD 2-Clause |
nifticlib | 2.0.0 | Public domain |
openexr | 2.4.1 | BSD 3-Clause |
openjpeg | 2.3.1 | BSD 2-Clause |
openslide | 3.4.1 | LGPLv3 |
poppler | 0.87.0 | GPLv2 |
sqlite | 3.31.1 | Public domain |
x265 | 3.2.1 | GPLv2 |
MozJPEG is a libjpeg-turbo fork that provides increased compression for JPEG images
(at the expense of compression performance). The above variants can optionally be built
with MozJPEG instead of libjpeg-turbo. This can be turned on with the --with-mozjpeg
argument. For example:
./build.sh 8.9 --with-mozjpeg
Dependency | Version | Used under the terms of |
---|---|---|
mozjpeg | 68564c0¹ | zlib License, IJG License |
¹ MozJPEG is built from master to maintain binary compatibility with libjpeg-turbo.