WideImage::load($category)->resize(29, 28) 不适用于内容为@2x 的链接...我收到此错误
警告:file_get_contents( http://...@2x.png ) [function.file-get-contents]: 未能打开流:
例子
http://myurl/icon_filter04@2x.png
当我使用没有@2x 的链接时,效果很好
这是我的代码:
WideImage::load($category)->resize(29, 28)->saveToFile('img/category/'.$temp_name_category.'');