Icefaces 图形图像支持的文件类型

发布于 2024-08-26 08:11:20 字数 31 浏览 3 评论 0原文

当您传递 byte[] 时支持哪些图像文件类型?

Which image filetypes are supported when you pass through a byte[]?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花想c 2024-09-02 08:11:20

事实上,任何与 image/* 匹配的内容都可以。请参阅此处查看列表。您仅依赖于所使用的网络浏览器/客户端是否支持图像类型。

顺便说一句,可以肯定的是:您不能让值指向 byte[]。它必须指向返回相关 byte[] 的 URL。 Servlet 非常适合于此。 这里是一个基本示例。

In fact, just anything which matches image/*. See here for a list. You're only dependent on the webbrowser/client used whether it supports the image type.

By the way and to be sure: you can't let the value point to a byte[]. It must point to an URL which returns the byte[] in question. A servlet is perfectly suitable for this. Here is a basic example.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文