LiipImagineBundle icon indicating copy to clipboard operation
LiipImagineBundle copied to clipboard

Symfony Bundle to assist in imagine manipulation using the imagine library

Results 90 LiipImagineBundle issues
Sort by recently updated
recently updated
newest added

I wrote a [Bundle](https://github.com/Braunstetter/media-bundle). The UI is tested with [Panther](https://github.com/symfony/panther) but it doesn't really matter, because the problem exists also when I use the default symfony KernelBrowser. In my [TestMethod](https://github.com/Braunstetter/media-bundle/blob/main/tests/tests/Functional/Ui/FormTest.php#L60)...

| Q | A | --- | --- | Branch? | 3.x | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? |...

### Preconditions **Symfony** 6.0 **PHP** 8.1 **LiipImagineBundle** 2.7.4 ### Steps to reproduce Remember, in this issue #1442 , I talked about a depreciation to be corrected We agreed that we...

**Is your feature request related to a problem? Please describe.** We've recently started using telemetry in production and discovered how long LiipImagineBundle filter sets can sometimes take to run. On...

### Preconditions 1. PHP 8.1 2. Symfony 5.4 3. Last version of Liips bundle 4. GD library ### Steps to reproduce I try to create my own custom data loader...

After installing the bundle and using the documentation example to create a my_thumbnail filter this error is thrown: `An exception has been thrown during the rendering of a template ("Could...

### Preconditions debug:conf liip_imagine ```bash Current configuration for extension with alias "liip_imagine" ============================================================= liip_imagine: resolvers: ... loaders: default: filesystem: # from bundle data_root: - /some/path locator: filesystem allow_unresolvable_data_roots: false bundle_resources:...

Hi, I've used this Filter to resize images in custom FilterLoader Maybe the problem is in my mac? ``` public function apply(ImageInterface $image) { $isAnimated = count($image->layers()) > 1; if($isAnimated...

Type: Support

With webp settings nothing happening. It generates jpg only. ### Preconditions 1. PHP 7.4, GD 2.3.0, Imagick 3.5.1, Symfony 5.3.10 2. Liip bundle version: 2.7.0 ### Steps to reproduce 1....

I see this library still supports PHP 7.1, which is End of Life (EOL) for a long time. Even 7.3 is EOL as of today. What's the policy about PHP...