rubygem-ruby-vips
2.3.0Binding for the vips image processing library
This gem is a Ruby binding for the libvips image processing library. Programs that use ruby-vips don't manipulate images directly, instead they create pipelines of image processing operations building on a source image. When the end of the pipe is connected to a destination, the whole pipeline executes at once, streaming the image in parallel from source to destination a section at a time. Because ruby-vips is parallel, it's quick, and because it doesn't need to keep entire images in memory, it's light.
Origin: graphics/rubygem-ruby-vips
Category: graphics
Size: 350KiB
License: MIT
Maintainer: sunpoet@FreeBSD.org
Dependencies: 7 packages
Required by: 1 packages
Website: github.com/libvips/ruby-vips
$
pkg install rubygem-ruby-vipsDependencies (7)
Required By (1 packages)
More in graphics
cairo1.18.2,3
Vector graphics library with cross-device output supportgdk-pixbuf22.44.1
Graphic library for GTKlibglvnd1.7.0
GL Vendor-Neutral Dispatch librarypng1.6.53
Library for manipulating PNG imagesjpeg-turbo3.1.3
SIMD-accelerated JPEG codec which replaces libjpeglibGLU9.0.3
OpenGL utility librarywayland1.24.0_2
Core Wayland window system code and protocoltiff4.7.1
Tools and library routines for working with TIFF imagespy311-pillow11.3.0_1
Fork of the Python Imaging Library (PIL)sdl_image1.2.12_14
Simple library to load images of various formats as SDL surfaces