thephpleague / glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.
http://glide.thephpleague.com
MIT License
2.55k stars 198 forks source link

Some images converted to webp format has response type "octet-stream" and are empty in browser #342

Open Aleksey203SkyUp opened 2 years ago

Aleksey203SkyUp commented 2 years ago

Some images converted to webp format has response type "octet-stream" and are empty in browser.

If copy link of image and put it into new tab everything is good.

The problem was resolved by removing raw: header('Content-Length:'.$this->cache->fileSize($path));

In the public function outputImage($path, array $params) file Server.php