christianklisch / slim-minify

PHP slim framework middleware to minify HTML output
MIT License
37 stars 9 forks source link

problem with images. #10

Open ninjanero opened 7 years ago

ninjanero commented 7 years ago

there's a problem when the response is an image, it's not possible to use with some libraries, for example:

this is the code that I used: return $response->withHeader('Content-type', 'image/jpeg')->withBody($image->stream('jpg', 80));