sfImageTransformExtraPlugin icon indicating copy to clipboard operation
sfImageTransformExtraPlugin copied to clipboard

[symfony 1.4 plugin] Image manipulation made even easier! Separate code and design the right way.

Results 3 sfImageTransformExtraPlugin issues
Sort by recently updated
recently updated
newest added

I am having trouble getting the ImageMagick adapter working via your plugin. I believe it is because of your use of PHP stream paths, and that php5-imagemagick eventually boils down...

I have to say, this is a brilliant plugin. After struggling a bit with why the plugin wouldn't save the generated thumbs, I found out it all lies in the...

The example given in the readme: sf_image: class: sfImageTransformRoute url: /thumbnails/:type/:format/:path/:slug-:id.:sf_format param: { module: sfImageTransformator, action: index, attribute: file } ... options: image_source: Doctrine Within the sfImageSourceDoctrine, the path parameter...