使用 SDL 传输缩放图像

发布于 2024-09-10 03:53:36 字数 75 浏览 5 评论 0原文

有没有办法使用 SDL 来 Blit 某个图像/精灵的放大(缩小)版本? (除了手动保存图像的缩放版本..)

谢谢:-)

Is there any way to Blit a zoomed (in) version of a certain image/sprite using SDL? (Besides manually saving a zoomed version of the image..)

Thanks :-)

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

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

发布评论

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

评论(2

一场信仰旅途 2024-09-17 03:53:36

不适用于 SDL API 本身。

我认为存在支持缩放(所谓的调整大小)的库(针对 SDL)。

编辑: http://www.ferzkopp.net/joomla/content/view /19/14/

Not with the SDL API itself.

I think there exist libraries (for SDL) who support zooming (so called resizing).

EDIT: http://www.ferzkopp.net/joomla/content/view/19/14/

诠释孤独 2024-09-17 03:53:36

一般来说,SDL不适合需要实时旋转和缩放的图形。为此,您需要一个基于加速 API(例如 DirectX 或 OpenGL)的库。我了解 SFML 满足此要求。

Generally speaking, SDL isn't suitable for graphics that require real-time rotations and zooming. For that, you'd need an library based around an accelerated API such as DirectX or OpenGL. I understand that SFML meets this requirement.

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