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

set image quality on ezpublish 5

Is it possible to set quality for png images on ezpublish 2014.11 in `image_variations' config. I'm looking for something like this : media: reference: null quality: 50 filters: - { name:…
sylvain
  • 1,951
  • 2
  • 19
  • 34
0
votes
2 answers

how to apply grayscale filter on an image?

Could you please tell how to apply a grayscale filter on an image with LiipImagineBundle? NB: I am using Symfony2 Thank,
Amine Jallouli
  • 3,919
  • 8
  • 36
  • 73
0
votes
1 answer

Rotate image in Symfony2

I am using a Symfony 2 liipImagineBundle and all i want to do is to rotate image 180 deg and then flip it. I just want to have a mirror view of my image. How can i do it with my imagine bundle or if it not possible ho to do it in Symfony 2?
matterix
  • 85
  • 1
  • 8
0
votes
1 answer

Error to generate AmazonS3 file url with Symfony2, LiipImagineBundle and Gaufrette on Twig

I'm using the LiipImagineBundle on Symfony2 and trying to integrate with the gaufrette to catch images on amazonS3, but my "src" on images are wrong. I don't know if the error is my configs so... This twig code: {{ '123.jpg' |…
NovoK
  • 146
  • 5
0
votes
0 answers

Symfony2 LiipImagineBundle generating relative URLs

I might be doing something wrong but when I deploy symfony project to remove /web/ part from the URL i use .htaccess file: RewriteEngine on RewriteBase /web/ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ app.php [QSA,L] And because of…
Einius
  • 1,352
  • 2
  • 20
  • 45
0
votes
1 answer

LiipImaginebundle with a controller that renders the image

I want to render an image trough a custom controller. (Because I want to check if someone can view the image) With LiipimagineBundle I can only assign a path directly to the images. I put the uploads dir out of my root directory already. Using the…
Niels
  • 120
  • 1
  • 9
0
votes
1 answer

Symfony 2.4 LiipImagineBundle

I installed LiipImagineBundle, it looks like the bundle was installed correct. In my template i add the line: ... but there is server error for…
tstr
  • 1,254
  • 20
  • 35
0
votes
1 answer

imagine_filter() not generating the correct url in LiipImagineBundle

I think there is a bug in the bundle LiipImagineBundle. I explain: Here is my new config of the bundle: liip_imagine: resolvers: default: web_path: web_root: %kernel.root_dir%/../web/img …
Amine Jallouli
  • 3,919
  • 8
  • 36
  • 73
0
votes
2 answers

500 internal server error - IOException: Failed to create media/cache/my_thumb with LiipImagineBundle

I am trying to apply a filter on an image based on LiipImagineBundle. Here are the steps: Installation through the composer file by adding this line: "liip/imagine-bundle": "1.0.*@dev" Configuration of the config.yml file by adding these…
Amine Jallouli
  • 3,919
  • 8
  • 36
  • 73
0
votes
1 answer

symfony: how to reference images generated using LiipImagineBundle when not having web/ as index directory

I have installed LiipImagineBundle to apply filters to my images, on my localhost. It works perfect. It generates images like my_project/web/media/cache/my_widen/images/products/image.jpg, that I show using this:
tirenweb
  • 30,963
  • 73
  • 183
  • 303
0
votes
1 answer

how to use liipimaginebundle filterset in twig

I have following filterset in my config file and my problem is using different filter in twig liip_imagine: filter_sets: my_thumb: quality: 75 filters: thumbnail: { size: [120, 90], mode: outbound } …
0
votes
1 answer

Class 'Imagine\\Imagick\\Imagine' not found Symfony 2.1

I want to integrate the LiipImageBundle in my Symfony 2.1 project. I installed the bundle and the imagine/Imagine v.0.4.0 bundle via composer. It's seems to work fine, except, that the modified images are not saved. The error.log states: PHP Fatal…
Johannes Klauß
  • 10,676
  • 16
  • 68
  • 122
-1
votes
1 answer

liip imagine_filter in Symfony Controller on non public path

Is there any way to use liip imagine_filter without copying the image source to a public path? I can not see how resolvers/loaders have to be set up to load images from a non public file location and store them likewise. I defined a watermark filter…
-1
votes
1 answer

Symfony in nginx https + varnish + apache http = redirect loop or

I have configuration Symfony in nginx https + varnish + apache http = redirect loop i put schemes for routing to get links https : ['https'] but get redirect loop why ? it look that symfony not just create links with https but return redirect if…
Developer
  • 2,731
  • 2
  • 41
  • 71
-1
votes
1 answer

how to resize the original image after upload with LiipImagineBundle on symfony3?

I saw this link and it's close that i want. Use LiipImagineBundle to Resize Image after Upload? I use symfony 3 with the bundle LiipImagineBundle. I just want to resize the ORIGINAL image in the class controller just after uploaded it. I don't want…
iometrine
  • 41
  • 11
1 2 3
11
12