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

thumbor // url syntax to crop and apply filter at the same time

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

查看文档,找不到关于构建一个 url 的线索,它会裁剪图像并同时应用滤镜

感谢帮助

没问题,语法是这样的:

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 文档所述的完整 url 语法是:

http://thumbor-server/hmac/trim/AxB:CxD/fit-in/-Ex-F/HALIGN/VALIGN/smart/filters:FILTERNAME(ARGUMENT):FILTERNAME(ARGUMENT)/image-uri

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