ImageBundle icon indicating copy to clipboard operation
ImageBundle copied to clipboard

Image manipulation bundle for Symfony 2

Results 34 ImageBundle issues
Sort by recently updated
recently updated
newest added

Config changes does not provide fix of the problem. Not throw_exception false, nor fallback_image (it's just being ignored) Symfony 3.2 ![image](https://cloud.githubusercontent.com/assets/4563032/26729789/6dd37af2-47b7-11e7-9d4b-3c4f461ae225.png)

I used this bundle for a long time, but this is the first time (until it was added) i use this great feature. However, my fallback is shown as expected,...

Hello, In composer.json, you don't require exif extension, while in the doc you say it's needed. Small issue :) Pierre

Hi, following **composer require suin/php-rss-writer** I installed correctly this bundle,but when I try to use ``` $rss = $feed->getRSS(); return response($rss) ->header('Content-type', 'application/rss+xml'); ``` it gives me thi error: FatalErrorException...

If a custom adapter is written, there was no way to configure the bundle to use it; this pull request adds this functionality.

Within the ImageHandling service, the createInstance() method makes a call upon the templating.helper.assets service to getUrl(). Since the thumbnails use hashes for file names, there is no need for cache...

Is there a way to handle Retina display with the cache ?

Hey, I have the following setup: 1 Loadbalancer in front of 2 Webnodes. When _Web01_ renders a twig-template containing `{{ web_image(image_url).zoomCrop(485,180).jpeg(99) }}` it now generates a cache file in the...

Hello, Today, I'm using images created in a folder shared between all my server. As I have multiple issues to keep the shared folder up, I was wondering if I...