ChatGPT 能制作矢量图像吗?
我很想知道 ChatGPT 是否能直接创建矢量图像,还是只能生成用于矢量图形设计的文本描述。有没有人尝试过使用 ChatGPT 生成 SVG 或其他矢量格式?
Thomas Kim
March 9, 2026 at 04:03 PM
我很想知道 ChatGPT 是否能直接创建矢量图像,还是只能生成用于矢量图形设计的文本描述。有没有人尝试过使用 ChatGPT 生成 SVG 或其他矢量格式?
添加评论
评论 (4)
If you want more complex vector art, you might want to use AI tools specialized in image generation. ChatGPT can help with the code part, but the artistic design might require other software.
ChatGPT itself can't create vector images like SVGs directly since it's a text-based model, but it can generate SVG code which you can then render as vector images.
For programmers, ChatGPT is really useful to generate SVG markup or code snippets for vector graphics, but it doesn't produce image files itself.
I tried asking ChatGPT for vector image code for a logo, and it generated SVG code that I could use in a browser or vector graphic editor. So yes, indirectly it can help make vector images.