开发者

GLPaint - Save image as vector image

开发者 https://www.devze.com 2023-03-06 19:38 出处:网络
I am using CGColorSpaceCreateDeviceRGB() which returns a png image(pixel format)? Is there a way to save this image as a vector image. Basically I need to save the pictures drawn by the GLPaint applic

I am using CGColorSpaceCreateDeviceRGB() which returns a png image(pixel format)? Is there a way to save this image as a vector image. Basically I need to save the pictures drawn by the GLPaint applicat开发者_运维技巧ion as a vector image.


I don't know anything about this function or about GLPaint, but you can't take a pixellized image and turn it into a vector image. Only humans and highly clever algorithms can do that ( see http://vectormagic.com/ )

If you have access to the input (gestures?) of GLPaint, you should convert them to SVG directly instead of passing through an RGB image.

0

精彩评论

暂无评论...
验证码 换一张
取 消