mako / pixel-vips
(Experimental) Vips for pixel
Requires
- php: >=8.5.0
- jcupitt/vips: ^2.6
Requires (Dev)
- mako/framework: ^13.0.0@dev
- phpstan/phpstan: ^2.1
This package is auto-updated.
Last update: 2026-08-26 21:01:28 UTC
README
A libvips driver for the Mako Pixel image processing library.
The package provides a high-performance libvips backend for common image transformation and processing tasks, while integrating with Pixel's shared API for images, colors, geometry, operations, and inspectors.
Requirements
This package is built on top of jcupitt/vips, which uses FFI to communicate with libvips.
libvips is not bundled with this package and must be installed separately.
The libvips package name varies between operating systems and distributions. The following are examples and may differ depending on your system and the version of libvips available.
Debian / Ubuntu
sudo apt-get install --no-install-recommends libvips42
macOS
brew install vips
See the libvips installation documentation for further instructions.
Installation
composer require mako/pixel-vips