标签: php symfony liipimaginebundle
我正在使用Symfony 2 liipImagineBundle,我想做的就是将图像旋转180度然后翻转它。我只想对我的图像进行镜像查看。我怎么能用我的想象包来做,或者如果不能在Symfony 2中做到这一点?
答案 0 :(得分:2)
创建自定义过滤器: https://github.com/liip/LiipImagineBundle/blob/master/Resources/doc/filters.md#load-your-custom-filters
使用PHP函数imagerotate http://php.net/manual/en/function.imagerotate.php
imagerotate