Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 Texture2D.FromStream 加载几个图像,但它只能读取 JPG、PNG 和 GIF 图像,我已经尝试使用 System.Drawing 转换为 PNG,但它似乎太慢了。
是否有一个托管图像库(最好是开源的)用于从流中主要加载 BMP 和 TGA 图像?