thumbor // url语法同时裁剪和应用过滤器

时间:2015-03-22 13:08:20

标签: thumbnails image-resizing thumbor

对于使用它的人,如果可能的话

查看文档,无法找到关于构建可以裁剪图像并同时应用过滤器的网址的线索

感谢您的帮助

1 个答案:

答案 0 :(得分:1)

当然,语法是这样的:

http://<your_thumbor_server>/unsafe/<crop>/filters:<some_filter>/<image_source_url>

可能看起来像这样:

http://thumborhost.com/unsafe/200x0:600x800/filters:format(webp)/http://imagehost.com/path/to/source.jpg

Thumbor文档所述的完整网址语法是:

  

的http:// thumbor服务器 / HMAC /修剪/ AXB:CXD /嵌装/ -Ex-F / HALIGN / VALIGN /智能/过滤器:FILTERNAME(参数):FILTERNAME(参数)/ 图像-URI

文档:http://thumbor.readthedocs.org/en/latest/usage.html