ImageBundle
ImageBundle copied to clipboard
Image manipulation bundle for Symfony 2
In documentation there is info about how cache name is created: "Each operation above is not actually applied on the opened image, but added in an operations array. This operation...
I'm trying to cropResize a gif image. It's not an animation. The php script times out. I have no issues with jpg/png. ``` php Image::open($uploadedFile->getRealPath()) ->cropResize( $this->container->getParameter('attachment_max_width'), $this->container->getParameter('attachment_max_height') ) ->save($uploadedFile->getRealPath());...
I'm trying to pick up an image in Twig and write a watermark text on it using the write function, like: The cropResize works perfectly (and all other methods I've...
Maybe we are not using the bundle in the right way, but after update from 2.0.2 to 2.0.13 with the include of the Gregware/Cache we have a problem running our...