vips 8.17.0
Multithreaded image processing system with low memory needs
VIPS is a demand-driven, horizontally threaded image processing library. It's particularly good at processing large images, working with colour, scientific analysis, and general research & development.
Compared to most image processing libraries VIPS needs little RAM and runs quickly, especially on machines with more than one CPU core. This is primarily due to its architecture which automatically parallelises the image workflows.
- Outputs:
out
- Website: https://www.libvips.org/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/image-processing.scm
- Builds: See build status
- Issues: See known issues
Installation
Install vips 8.17.0
as follows:
guix install vips@8.17.0
Or install the latest version:
guix install vips
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.