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.
是否可以在纯 Swift 中生成图像?假设我想制作一个在图像上绘制文本的 CLI 应用程序,并且我还希望它在 Linux 上运行,这可能吗?或者我的 Swift CLI 应用程序是否应该调用外部应用程序(例如用 Python 编写)来生成图像。