Image icon indicating copy to clipboard operation
Image copied to clipboard

A PHP library to handle images

Results 83 Image issues
Sort by recently updated
recently updated
newest added

1-How to create an image without background i.e. transparent image like stickers? 2-Is it possible to create image with .webp format?

I installed the Gregwar/Image package ( https://github.com/Gregwar/Image ) to laravel, I changed the caching directory to `$cacheDir = '/public/cache/images/';`, I can generate cached image in `php artisan tinker`, but when...

https://github.com/Gregwar/Image/blob/f3dbe19318c95e0b73659f5ca70cbd63c6597ea5/GarbageCollect.php#L37 If your cache directory contains subdirectory named 0 condition on line 37 is evaluated as false and while condition end with zero iterations.

Travis does not offer an easy free tier for open source, so I replaced it by the new Github Action service. I did not got the end of life php...

Trying to resize a SVG logo and output it as PNG fails, apparently this library doesn't know SVG files can be images too? All because gmail and other email providers...

Presently if the source image does not exist it will generate an error/placeholder image. This is due to the requirement of `younger-than' => $this->getDependencies()` https://github.com/Gregwar/Image/blob/f3dbe19318c95e0b73659f5ca70cbd63c6597ea5/Image.php#L502 However, if there is a...

Is it possible to open an image from an external source, e.g. an API and then resize it.

Hey friend! first of all, thank you! this library is amazing! Everything works fine on localhost, but I've got this error on AWS host, I gave permission 775 for this...

Hi, this pull request fixes the garbage collect error described here: https://github.com/Gregwar/Image/issues/166 Regards,

Hi. For example, for code {{ image = image(photo).cropResize(120, 120) }} {{ image.width }} will be returned original width, but must be 120 or I am not right? Reason is...