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 to use Imagick::writeImage('STDOUT')
(empty output) and 'php://stdout' with error "Unable to write to file".
Any ideas? :)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…