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

For example ``` public function __construct(ImageHandlingInterface $imageHandling) { $this->imageHandling = $imageHandling; } ```

Fix problem "Creation of dynamic property Gregwar\ImageBundle\Services\ImageHandling::$fallbackImage is deprecated"

With ```twig {{ web_image(shopping_guide.image) }} ``` The output is : ```/uploads/shopping_guide/Capture%20d%E2%80%99e%CC%81cran%202022-01-21%20a%CC%80%2010.07.07.png``` and gregwar show me the default image...

Hi, I'd like to use images stored in another server, how can I do this ? Regards

hello i have problems to make it work on symfony 4.4. I am trying to install version "3.*" and it gives me error: Conclusion: remove twig/twig v3.0.3 is possible to...

Need Sf5 support please! I found only the issue with this line https://github.com/Gregwar/ImageBundle/blob/cc4bc913b7662d3532b99ce4617de6f13fe1ac7d/DependencyInjection/Configuration.php#L28 kernel.root_dir is no longer supported, and it breaks container build

The cache directory is owned by www-data:www-data and has initial rights of 0777. Each subfolder has rights of 0755 and is also owned by www-data:www-data. I have an ordinary user...

Hi, I'm getting an error from the cache folder (see below). I'm wondering if this is a common or normal error ? This has no incidence on page load as...

I use Symfony 4.1, and I use encore. My images are copied from assets directory to the public directory. The problem is versioning, each image's name is change with a...

When codeception is runned on our projects, it throws following notice: ``` The "assets.packages" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail...