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.
Search found 2 matches
- 2011-08-09T01:08:29-07:00
- Forum: Magick++
- Topic: SVG generation problems
- Replies: 3
- Views: 17123
- 2011-08-05T04:23:12-07:00
- Forum: Magick++
- Topic: SVG generation problems
- Replies: 3
- Views: 17123
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<tailleY;i ...