Top "Php-imagine" questions

Image manipulation library for PHP 5.3 inspired by Python's PIL and other image libraries.

Laravel - Imagick not installed

using Laravel and trying to work on image upload using Imagine. The issue is that I get the error stating: …

php laravel laravel-4 imagick php-imagine
convert binary data to image using php

I have binary image data saved in my old database, it is saved by my old developer, now i want …

php binary php-imagine
yii2 resize images maintaining aspect ratio with Imagine

I got this code in yii2: Image::thumbnail($path, 100, 100)->save($thumbnail, ['quality' => 50]); I thought that it will …

yii2 image-resizing php-imagine