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
0
votes
0 answers

Address memory limit with liipimaginebundle

I have a problem with image manipulation with liipimaginebundle on symfony. For images larger than 2MB i often get an out of memory error. This is the config in config.yml : liip_imagine: filter_sets: main_room_picture: …
jav974
  • 1,022
  • 10
  • 22
0
votes
1 answer

Having problems setting up AWS S3/Cloudfront with Symfony and LiipImagineBundle

I'm trying to set up AWS S3/Cloudfront to work with liipimaginebundle in Symfony, but I really have no idea what I'm doing. So far I have tried the following documented here…
0
votes
0 answers

Symfony Flysystem S3 imagine uploads

I am currently using vich_uploader to upload files to S3 (this works correctly). However now I also want to apply some liip_imagine filter_sets, the current config.yml looks like: liip_imagine: loaders: loader_aws_s3_images: …
T Max
  • 31
  • 5
0
votes
1 answer

Liipimaginebundle - images in FOR loop

I've got a problem with showing thumbnails using Liipimaginebundle in TWIG template. I'm rendering an index: return $this->render('ad/index.html.twig', array( 'ads' => $ads, )); and in index.html.twig I'm using FOR loop to show…
mmateja
  • 3
  • 3
0
votes
1 answer

LiipImagineBundle Picture does not appear after filtering

I'm using the VichUploadBundle to upload images into my database, and would like to have the thumbnails of the images displayed on the website with LiipImage. This is my config.yml with the files set up //..... vich_uploader: db_driver: orm …
0
votes
1 answer

LiipImagineBundle / Retina

Is it possible to somehow configure bundle to generate images also for retina display, like @2x? Or can someone give me an advice how to deal with retina? Thanks
user3703456
0
votes
1 answer

symfony 2.3 + liip + gaufrette = create thumb of a remote image (by url)

I get an old Symfony 2.3 project. I never use Symfony before ( i'm in Angularjs ) so it is a little hard. What i want to do : i need to tweak the project so i can display thumb of local image or remote image ( i will get the full url of already…
AlainIb
  • 4,544
  • 4
  • 38
  • 64
0
votes
1 answer

LiipImagineBundle not working on production environment

I use LiipImagineBundle 1.6.0 on Symfony 3.1.3 combined with VichUploaderBundle 1.2.0 and everything goes fine on dev but on prod he doesn't save cached files. Images are saving correctly so there is rather not a problem of…
Starspire
  • 272
  • 3
  • 15
0
votes
2 answers

Symfony2 how to use CDN with liipimagineBundle?

i want to host all my assets (img, css, js, ...) on a CDN, no aws! How to do that with liipimagineBundle ? Thank you !
ibasaw
  • 493
  • 1
  • 7
  • 22
0
votes
1 answer

LiipImagineBundle - dynamic filter parameters

With LiipImagineBundle is it possible to use a filter in twig like this? It should generate an image based on thumbnail filter: liip_imagine: filter_sets: cache: ~ …
Torpedr
  • 137
  • 3
  • 10
0
votes
0 answers

LiipImagineBundle with Symfony

I am trying to use LiipImagineBundle with Symfony to generate the thumbnails in my application. The thumbnails shall have a size of 125 x 125. I have the following setup in my config.yml: liip_imagine: resolvers: default: …
user3676604
0
votes
2 answers

Lipp imagine cache set files permissions 0600

After update Symfony to 3.0 Lipp Imagine generate thumbmails with permissions 0600 And can't be displayed in browser... Anyone know how to help?
dpawelec
  • 33
  • 2
  • 7
0
votes
2 answers

Fatal error: Class 'Imagine\Gd\Imagine' - Symfony 2 Framework

I tried to implement liipbundle in symfony 2. But when I add this imagine_filter('thumbnail') into the image, it return an error: Fatal error: Class 'Imagine\Gd\Imagine' not found in …
Nickname
  • 11
  • 6
0
votes
1 answer

How to configure LiipImagineBundle to use a dynamic image stored in S3 as watermark?

I'm using LiipImagineBundle and AWS SDK in one project. Everything works fine, but now I want to create a watermark filter. In the Liip doc, they say we must inform in the configuration what the path of the watermark image is. My problem is that…
ana-lu
  • 269
  • 1
  • 3
  • 12
0
votes
1 answer

LiipImagineBundle imagine_filter not working

I have a problem with the imagine_filter that works in one page and not in the others even if I use it exactly the same way with the same photo. In the first page, where my filter works, I have this src: …