I\'m using Imagick lib to do some modifications to original image. Then I\'d like to output it directly to browser without saving. Is there a way to do that?
I tried
Have you tried Imagick::writeImageFile("php://stdout") (untested)?
Imagick::writeImageFile("php://stdout")