liipimaginebundle Questions
2
I'm working on a Sylius 1.5 project, everything is working fine on my local environment however when deploying to my dev environment I'm getting an error on filtered images (using liip imagine filt...
Hm asked 24/7, 2019 at 15:9
3
I'm using Imagine via the LIIPImagineBundle for Symfony2 to create cached versions of images stored in S3.
Cached images are stored in an S3 web enabled bucket served by CloudFront. However, the d...
Piero asked 12/3, 2015 at 15:42
2
I want to use LiipImagineBundle to resize my uploaded pictures in the controller.
$extension = $file->guessExtension();
$newfilename = sha1(uniqid(mt_rand(), true));
$tmp_folder = $this->...
Distant asked 9/9, 2014 at 16:40
5
Solved
I'm using the LiipImagineBundle with Symfony 2.1 and would like to resize user uploaded images upon upload before saving them to the permanent filesystem location (to strip metadata, impose jpeg fo...
Roybn asked 24/2, 2013 at 0:18
4
I am new to symfony2.
I am using liipImagineBundle to manage image thumbnail.
I have a product entity class which uses Lifecycle Callbacks to manage product image.
Product.php
<?php
namespace...
Jubilant asked 25/9, 2013 at 6:41
2
Solved
With the introduction of the asset component in Symfony 2.7, how can I output the relative url of an asset without a version number ?
I am using the following code whcih does not work anymore :
&...
Carilla asked 18/10, 2015 at 16:29
1
Solved
I'm using liipimaginebundle and everything work fine except for deletion and update cached images when I update the original image. I would to know How can I do this
config.yml
liip_imagine:
reso...
Tedder asked 17/12, 2014 at 11:14
1
I have a project where I keep my uploaded images in src/My/Bundle/Resources/uploads/images/full and use the twig filter imagine_filter to dynamically create thumbnails.
On my local machine it work...
Karlie asked 24/6, 2014 at 8:39
3
I am currently developing the possibility for some users to upload images on a backend. Those images are supposed to be rendered on a mobile app later.
I am in an early stage of development, I wan...
Unstrung asked 17/5, 2014 at 14:22
1
I'm using liipImagineBundle and am trying to apply a filter directly into a controller.
In the doc I found two sections in which explains how to use liipImagineBundle from the controller. This one...
Behoof asked 1/5, 2013 at 17:44
3
Solved
In Symfony2's config.yml you can add an "import" such as:
imports:
- { resource: services.yml }
Inside my services.yml I then have:
imports:
security_bundle:
resource: @AcmeSecurityBundle/Re...
Obstetrician asked 14/2, 2012 at 23:16
1
© 2022 - 2024 — McMap. All rights reserved.