rokka/imagine-vips
Libvips adapter for Imagine, offering fast, multi-threaded image processing with low memory use. Works via PHP FFI (recommended) or php-vips-ext, plus php-vips classes. Supports common Imagine operations like open, thumbnail, and save; vips 8.7+ recommended.
\Imagine\Vips\Drawer::text() method will now behave like in the other adapters. You can
still use \Imagine\Vips\Drawer::textWithHeight() for the old behaviour.
\Imagine\Vips\Font::box() was also updated. By [@phareous](https://github.com/phareous) in https://github.com/rokka-io/imagine-vips/pull/38
force_magick for using magicksave insteaf of gifsave
Image::convertToAlternative to provide your own options for loading the image as tiff.vips_cache_set_max_mem et al.Image::paste to make it faster, when you have many pastes.convertToAlternative(ImagineInterface $imagine = null) to convert the image to
another imagine adapter. Uses Imagick or GD, if none set.and official layers and animated gifs support coming soon (see the layers-support branch if you want to test it already)
generateImage to make it faster, thanks to jcupittInitial release. Stuff might not work as expected or break in later releases.
How can I help you explore Laravel packages today?