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

Use LiipImagineBundle without filters

I'm using LiipImagineBundle in my Symfony2 project and everything is working great. I've defined a thumbnail filter: Warning And it works perfectly, but…
DandyCC
  • 353
  • 1
  • 6
  • 20
-1
votes
1 answer

Symfony LiipImagineBundle Display image

Hi I'm using LiipImagineBundle to display an image in symfony web site. I'm following this documentation: https://github.com/liip/LiipImagineBundle Here is the config.yml: liip_imagine: resolvers: default: web_path: ~ …
Kevin
  • 4,823
  • 6
  • 36
  • 70
-1
votes
3 answers

LiipImagineBundle default image

Is there a clean solution for displaying a default image in case a file does not exist in the database? I don't need to check if the file exists in the filesystem for example with file_exists. Please take a look at the following code: {% if…
Torpedr
  • 137
  • 3
  • 10
-2
votes
1 answer

LiipImagineBundle Error encodage HTML

I use LiipImagineBundle for re-size my image after upload. I have a error when I tried to upload some Jpeg about HTML encodage. With jpeg form my camera that's work, but not form my phone camera. What my browser show only js error and return blank…
olive007
  • 760
  • 1
  • 12
  • 32
1 2 3
11
12