Questions tagged [liipimaginebundle]

Symfony2 Bundle to assist in imagine manipulation using the imagine library

This bundle is a fork of AvalancheImagineBundle which provides easy image manipulation support for Symfony2. The goal of the fork is to make the code more extensible and as a result applicable for more use cases.

Nice support for user defined filter and cloud storage system is included.

Link to Github repo

169 questions
2
votes
0 answers

Convert format while doing thumbnail

I'm using LiipImagineBundle to make thumbnails for images uploaded by users. So far so good. Today I discovered that some users are uploading tiff images, that are not displayed in most modern browsers. So, I'd want to convert thumbnails for such…
Massimiliano Arione
  • 2,422
  • 19
  • 40
2
votes
1 answer

Convert image with LiipImagineBundle

I try to convert a image with the LiipImagineBundle. The file is stored in a subfolder storage/ in the symfony app root folder and not in the web/ folder. This is because I have to wite a custom security layer before the delivery of the images. For…
mgluesenkamp
  • 529
  • 6
  • 19
2
votes
1 answer

Configuring LiipImagineBundle Symfony to work with Flysystem

I've been trying to configure a CDN (S3) to work with LiipImagineBundle, but keep getting stuck when it is asking for a non-existent service. What does this mean? The value of the filesystem_service property must be a service that returns an…
OrderAndChaos
  • 3,547
  • 2
  • 30
  • 57
2
votes
1 answer

LiipImagineBundle: Redirection to login instead of showing image

I habe the following problem: if an image isn't in the cache, liip imagine redirects to the fosuserbundle/login page. I just can't find wrong configuration... liip_imagine: resolvers: default: web_path: ~ filter_sets: cache: ~ list_item: …
user4144415
2
votes
0 answers

"Source image could not be found" when using Symfony3 LiipImageBundle

I have the following error message in my Symfony3 application: This is the Twig code, along with the imagine_filter: This is the local URL generated after applying the LiipImage…
emwww
  • 93
  • 11
2
votes
2 answers

Store both original and filtered image under the same folder - LiipImagineBundle

I am using LiipImagineBundle to create a filtered image from an uploaded image. The current configuration of the bundle is: liip_imagine: resolvers: default: web_path: ~ filter_sets: cache: ~ my_filter: …
Adib Aroui
  • 4,981
  • 5
  • 42
  • 94
2
votes
2 answers

Check if file exists in cache before removing it with Liip Imagine Bundle ( and Symfony3 )

Seems very basic: I want to check if a file exists in Liip Imagine Bundle cache before removing it. An example: after a photo update all the cache has been deleted, only some of the thumbnails have been regenerated (say 175px ones but not 250px ones…
2
votes
1 answer

How to use S3 (AWS SDK v3) to cache images generated by LiipImagineBundle

I'm trying to use the S3 Cache Resolver of LiipImagineBundle to upload my cached thumbnails to S3 but I'm exepriencing some strange issues. I'm using the AWS SDK v ^3.2: "aws/aws-sdk-php": "^3.2", I'm using Symfony2 and in my services.yml, I've…
Aerendir
  • 6,152
  • 9
  • 55
  • 108
2
votes
0 answers

Symfony2 Image Manipulation

I have been researching for hours and can't get a handle on how to do some effective image manipulation within Symfony2. The Liip Imagine bundle seems to be the way to go but I can't seem to get it to work properly for me in development. What I…
Adam
  • 675
  • 5
  • 25
2
votes
1 answer

Imagine Bundle conflict minimum

I'd like to install liip/imagine-bundle in my symfony 2 project. But in order to make barcodes, I installed previously MopaBarcodeBundle. MopaBarcodeBundle requires "avalanche123/imagine-bundle" which requires imagine/imagine:…
Glukose
  • 478
  • 4
  • 12
2
votes
1 answer

Liipimaginebundle Twig image Link Thumbnail - Symfony 2

I have this link : routing.yml _liip_imagine: resource: "@LiipImagineBundle/Resources/config/routing.xml" This config.yml for the bundle…
Thomas Crawford
  • 886
  • 2
  • 15
  • 45
2
votes
1 answer

Symfony2, Liipimaginebundle doesn't work and doesn't create folder and images

I have just installed liipimaginebundle but it doesn't work and doesn't create folder and images app/config/routing.yml: _liip_imagine: resource: "@LiipImagineBundle/Resources/config/routing.xml" app/config/config.yml: liip_imagine: resolvers: …
hous
  • 2,577
  • 2
  • 27
  • 66
2
votes
1 answer

Symfony2: Use LiipImagineBundle with KnpGaufretteBundle and Amazon S3 in Twig template

I can't get LiipImagineBundle to recognize stream paths. Instead of loading the image and applying the specified filter set, it just takes the stream path and treats it as if it were a normal web path. This is the configuration that I was able to…
tvanc
  • 3,807
  • 3
  • 25
  • 40
2
votes
0 answers

How do I apply a liip_imagine filter to every image in HTML code?

I know how to use liip_imagine on a single hardcoded image: No problem there. Things get more complicated in a pretty common case though. I have some blog articles made…
Einenlum
  • 600
  • 4
  • 15
2
votes
3 answers

Symfony2 LiipImagineBundle default image

I'm using LiipImagineBundle for an application built with symfony2 and I want to display a default image, when a image does not exists. Let's say I have How could I display…
mariusa
  • 53
  • 6
1 2
3
11 12