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
4
votes
1 answer

LiipImagineBundle can't resolve image

I'm using liipImagineBundle but I can't get it work. Everything is installed correctly, but when I try to apply a filter the resolver doesn't create the image.
BarneyK
  • 389
  • 4
  • 12
4
votes
1 answer

LiipImagineBundle: change the path where the images are saved after applying the filter

I have this this config: liip_imagine: resolvers: default: web_path: ~ filter_sets: cache: ~ subitem_in_category: path: ~ ///how to change the default path where the images are saved? …
tirenweb
  • 30,963
  • 73
  • 183
  • 303
4
votes
1 answer

Sonata media Liip Imagine Integration

I am trying use Liip Imagine for generate thumbnails with Sonata Media following integration instructions: http://sonata-project.org/bundles/media/master/doc/reference/extra.html#liip-imagine-bundle-integration But I can't get correct path for the…
Ravz
  • 133
  • 1
  • 1
  • 6
4
votes
2 answers

Installing and running LiipImagineBundle in symfony 2.1

Here are the steps I followed: Added following in my composer.json: "require": { "imagine/Imagine": ">=0.2.8", "liip/imagine-bundle": "*@dev", .... } Ran following command at command line: composer update Installing…
sonam
  • 3,720
  • 12
  • 45
  • 66
3
votes
1 answer

Symfony 5 Mailer embedded images with liip imagine_filter

In a Symfony 5 project E-Mails are created using the Mailer components TemplatedEmail() function. In the used twig template ($templatedEmail->htmlTemplate(..)) an image is embedded using
user3440145
  • 793
  • 10
  • 34
3
votes
2 answers

S3 Bucket Policy by domain returning 403 Forbidden for object requests in Symfony app with Varnish

I have a PHP+Symfony web app behind Varnish with sites assets (i.e. images, video) stored in an S3 bucket. I want to restrict access to these assets using an s3 bucket policy by referrer. The policy I applied to the bucket is (with identifying info…
Forer
  • 1,045
  • 1
  • 9
  • 32
3
votes
2 answers

liip_imagine with vich_uploader not creating cache

I am working on a Symfony project which consists of two inner projects. ONE project and MARKETPLACE project. Here is how the files strucure in the web. web/ ---one/ #this one is being called from subdomain…
Yamen Nassif
  • 2,416
  • 2
  • 24
  • 48
3
votes
0 answers

Liip ImagineBundle custom resize without caching

I am using Liip ImagineBundle for managing the pictures in an auction listings project. The setup is as follows - when an auction listing is being created I am using Plupload to upload the picture set (with AJAX prior to persisting the auction). The…
Svetlin Staev
  • 308
  • 4
  • 17
3
votes
2 answers

LiipImageBundle proportional increase in size and ratio

I have installed LiipImagineBundle in Symfony 2.1 and I am trying to use it for user profiles' avatars. Liip has some sorts of settings that do not allow you to resize in width and height. my_heighten: filters: …
Radolino
  • 1,834
  • 4
  • 26
  • 48
2
votes
0 answers

Thumbnail some S3 images with LiipImagineBundle

I'm trying to do thumbnails of already uploaded images on AWS S3. I followed theses steps : https://io.serendipityhq.com/experience/how-to-use-liipimaginebundle-to-manage-thumbnails-through-amazon-s3/ But I still have something that do not work…
Murtack
  • 21
  • 1
2
votes
2 answers

Symfony | liipimaginebundle : display or convert a heic file

Technical context: Symfony 4.4, liipimagine bundle. I'm working on the development of a web-app, mostly used with a smartphone indeed. In my application, the user is able to upload a picture for his profile. Basically, my upload is woking perfectly…
Chris_1985
  • 71
  • 9
2
votes
1 answer

Access Liip Imagine bundle from Controller - assign service to variable (Symfony 4)

On (Symfony 4) How do I access the Liip Imagine bundle from within PHP code? I found a solution to use the Liip Imagine Cache but I can't get it to work. Two solutions, neither of them work for me. I have absolutely no Idea why. When I try…
Karim
  • 84
  • 1
  • 8
2
votes
1 answer

Liip - Resize image only if bigger than expected

I'm using Symfony 4.2 and Liip Imagine bundle. I have a filter like this : live_feed_message: jpeg_quality: 40 png_compression_level: 9 filters: relative_resize: widen: 1024 But in the case that image sent is…
Alexis
  • 347
  • 5
  • 16
2
votes
0 answers

LiipImagineBundle + KNPGaufrette + VichUploaderBundle + Amazon S3 can't generate thumbnails on S3

When trying to use LiipImagineBundle + VichUploaderBundle and Amazon S3, I'm encountering a weird issue. When I upload a file via my Symfony form (using the VichFileType form field), the file is successfully created on Amazon S3 (via Gaufrette).…
2
votes
2 answers

LiipImagineBundle error

I'm installing the bundle LiipImagineBundle for my symfony project. I added it in the kernel, config it : liip_imagine: resolvers: default: web_path: ~ filter_sets: avatar: quality: 75 cache: ~ filters: …
Blitz
  • 21
  • 4
1
2
3
11 12