Imagick(PHP 上的 Imagemagick):在不先保存到磁盘的情况下提供文件?
我正在尝试使用 Imagemagick (实际上是 PHP 的 Imagick )来创建并输出(提供)图像而不先将其保存到磁盘。
目前我必须保存文件,然后使用 verot upload 类来提供图像。
(Apache 2 服务器,PHP5)
I'm trying to use Imagemagick (actually PHP's Imagick) to create and output (serve) an image without saving it to disk first.
Currently I'm having to save the file and then use verot upload class to serve the image.
(Apache 2 server, PHP5)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当然。这应该适合你:
Sure. This should work for you:
我承认从未使用过 Imagick,只是查看 示例,
回显
图像应该可以正常工作:I admit to never having used Imagick, but just looking at the examples,
echoing
the image should work just fine: