Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Image processing 未考虑Thumbor focal()过滤器_Image Processing_Image Resizing_Thumbor - Fatal编程技术网

Image processing 未考虑Thumbor focal()过滤器

Image processing 未考虑Thumbor focal()过滤器,image-processing,image-resizing,thumbor,Image Processing,Image Resizing,Thumbor,我试图复制文档的示例 转到URL时: http://localhost:8888/unsafe/400x100/filters:focal(146x206:279x360)/https%3A%2F%2Fgithub.com%2Fthumbor%2Fthumbor%2Fraw%2Fmaster%2Fexample.jpg 因此,我应该得到这张照片: 但我得到的是: 这与我删除了/filters:focal(146x206:279x360)部分的情况相同,因此看起来它只是被忽略了 我做错了什么

我试图复制文档的示例

转到URL时:

http://localhost:8888/unsafe/400x100/filters:focal(146x206:279x360)/https%3A%2F%2Fgithub.com%2Fthumbor%2Fthumbor%2Fraw%2Fmaster%2Fexample.jpg
因此,我应该得到这张照片:

但我得到的是:

这与我删除了
/filters:focal(146x206:279x360)
部分的情况相同,因此看起来它只是被忽略了


我做错了什么?我正在使用Thumbor
6.4.2

这似乎是这个特定Thumbor版本的问题

升级到
6.7.0
修复了该问题。