Search found 2 matches

by sniceper
2011-08-09T01:08:29-07:00
Forum: Magick++
Topic: SVG generation problems
Replies: 3
Views: 19542

Re: SVG generation problems

Arg.. So I need another library to do what I want. I'll try any other library written in the webpage you sent me.

Thank you very much for replying,
sniceper.
by sniceper
2011-08-05T04:23:12-07:00
Forum: Magick++
Topic: SVG generation problems
Replies: 3
Views: 19542

SVG generation problems

Hello,

First, sorry for my english mistakes.

Well, i'm trying to generate some SVG images. Here is the interesting part of the code:


Image kod( Geometry(formatX+4*sizeP, formatY+4*sizeP), Color("white"));
Image logo_image("/home/logos/" + logo);
list<Drawable> ToDraw;
for (int i=0;i ...