macOS
brew install vipslocal Homebrew formula metadata
sudo port install vipsMacPorts ports tree · graphics/vips/Portfile · source: api.github.com
brew
Image processing library. Version 8.18.4 via Homebrew; verified 2026-07-06.
install
brew install vipslocal Homebrew formula metadata
sudo port install vipsMacPorts ports tree · graphics/vips/Portfile · source: api.github.com
sudo apk add vipsAlpine Linux edge package indexes · vips · source: dl-cdn.alpinelinux.org
sudo apt install gir1.2-vips-8.0Debian stable package indexes · gir1.2-vips-8.0 · source: deb.debian.org
sudo dnf install vipsFedora Rawhide package metadata · vips · source: dl.fedoraproject.org
nix profile install nixpkgs#vipsnixpkgs package indexes · pkgs/by-name/vi/vips/package.nix · source: api.github.com
sudo zypper install libvips-developenSUSE Tumbleweed package metadata · libvips-devel · source: download.opensuse.org
overview
Image processing library
history
libvips is a demand-driven, horizontally threaded image-processing library known for fast processing of large images with low memory use. It exposes C, C++, command-line tools, and bindings across languages, and is widely used as an engine underneath higher-level web, archival, and application image stacks.
The VIPS lineage predates the libvips GitHub repository by decades. The project's own history traces ideas to Kirk Martinez's PhD software from 1986 onward and serious development to the VASARI project, which began in July 1989, with John Cupitt as a key programmer. Early design notes emphasized integer arithmetic, optimized inner loops, pointer-oriented image access, disk layout, and algorithm choice, all themes that still match libvips' performance identity.
The first major VIPS paper was 'VIPS: An image processing system for large images' by Cupitt and Martinez in SPIE proceedings in 1996, followed by a 2005 IEEE International Conference on Image Processing paper on VIPS as a highly tuned image-processing software architecture. The project history credits continuous EU research funding across imaging, printing, search/retrieval, 3D imaging, and web-viewing work, followed by open-source community contributions that stabilized and broadened the library.
libvips moved from research and cultural-heritage imaging into mainstream package ecosystems by becoming the engine for image processing stacks such as sharp for Node.js, bimg, imgproxy, MediaWiki thumbnailing, Rails Active Storage pathways, CarrierWave integrations, and other services listed by the project. Its project wiki also notes use in PARSEC as a benchmark for parallel systems and in high-resolution image browsing/archive workflows.
The modern GitHub project remains active, with the public repository created in January 2011 and release metadata showing continued 8.x maintenance into 2026. The repository had more than eleven thousand stars and hundreds of forks at lookup time, but the stronger adoption signal is the presence of libvips behind high-volume wrappers and web image services.
The typical libvips usage pattern is batch or service-side image transformation: load an image or stream, construct a pipeline of operations, and let libvips evaluate the necessary regions with low memory overhead. Common tasks include thumbnails, resizing, format conversion, DeepZoom pyramids, color management, convolution, morphology, statistics, and large TIFF/scientific image handling.
Package users encounter it both directly through commands such as vips, vipsheader, vipsthumbnail, and vipsedit, and indirectly through bindings such as pyvips, ruby-vips, NetVips, php-vips, and sharp. In package-nerd terms, libvips is the small, fast native engine that lets higher-level ecosystems avoid routing every resize or thumbnail job through heavier image stacks.
libvips is significant because it occupies a different design point from ImageMagick-style whole-image processing: it streams demand-driven regions through horizontally threaded pipelines, minimizing memory pressure and synchronization. That makes it especially attractive to package ecosystems that process untrusted, user-supplied, or very large images at server scale.
It also has unusual continuity: a 1980s/1990s research-image-processing system that survived into modern package managers, language bindings, web frameworks, and containerized services without losing its niche identity around speed and memory behavior.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
vips | cli | global executable | |
vipsedit | cli | global executable | |
vipsheader | cli | global executable | |
vipsthumbnail | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/libvips/libvips
install metadata
| Package key | brew:vips |
|---|---|
| Version | 8.18.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/vips |
| Homepage | https://github.com/libvips/libvips |
| Repository | https://github.com/libvips/libvips |
| Upstream docs | https://www.libvips.org/API/current |
| License | LGPL-2.1-or-later |
| Source archive | https://github.com/libvips/libvips/releases/download/v8.18.4/vips-8.18.4.tar.xz |
| Last updated | 2026-07-06T11:06:09Z |
| Pulse | updated |
| Dependencies | cairo, cfitsio, cgif, fftw, fontconfig, gettext, glib, highway, imagemagick, jpeg-xl, libarchive, libexif, libheif, libimagequant, libmatio, libpng, libraw, librsvg, libtiff, libultrahdr, little-cms2, mozjpeg, openexr, openjpeg, openslide, pango, poppler, webp |
| Build dependencies | gettext, gobject-introspection, meson, ninja, pkgconf |
| Uses from macOS | expat |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | vips |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
gir1.2-vips-8.0 8.16.1-1+deb13u1
GObject introspection data for VIPS
https://libvips.github.io/libvips/
sudo apt install gir1.2-vips-8.0libvips-dev 8.16.1-1+deb13u1
image processing system good for very large ones (dev)
https://libvips.github.io/libvips/
sudo apt install libvips-devlibvips-doc 8.16.1-1+deb13u1
image processing system good for very large ones (doc)
https://libvips.github.io/libvips/
sudo apt install libvips-doclibvips-tools 8.16.1-1+deb13u1
image processing system good for very large ones (tools)
https://libvips.github.io/libvips/
sudo apt install libvips-toolslibvips42t64 8.16.1-1+deb13u1
image processing system good for very large ones
https://libvips.github.io/libvips/
sudo apt install libvips42t64vips
nix profile install nixpkgs#vipsgir1.2-vips-8.0 8.15.1-1.1build4
GObject introspection data for VIPS
https://libvips.github.io/libvips/
sudo apt install gir1.2-vips-8.0libvips-dev 8.15.1-1.1build4
image processing system good for very large ones (dev)
https://libvips.github.io/libvips/
sudo apt install libvips-devlibvips-doc 8.15.1-1.1build4
image processing system good for very large ones (doc)
https://libvips.github.io/libvips/
sudo apt install libvips-doclibvips-tools 8.15.1-1.1build4
image processing system good for very large ones (tools)
https://libvips.github.io/libvips/
sudo apt install libvips-toolslibvips42t64 8.15.1-1.1build4
image processing system good for very large ones
https://libvips.github.io/libvips/
sudo apt install libvips42t64vips 8.18.2-r0
fast image processing library with low memory needs
sudo apk add vipsvips-cpp 8.18.2-r0
vips (c++ library)
sudo apk add vips-cppvips-dev 8.18.2-r0
fast image processing library with low memory needs (development files)
sudo apk add vips-devvips-doc 8.18.2-r0
fast image processing library with low memory needs (documentation)
sudo apk add vips-docvips-heif 8.18.2-r0
Libheif support for vips
sudo apk add vips-heifsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.