[Bug 87009] Re: Running Inkscape repeatedly by script causes X to use lots of CPU

2007-02-28 Thread Bruce Cowan
I no longer see this with an up to date Feisty with the newest version (r2187 Athens) of the script, sorry to bother Ubuntu with this bug. ** Changed in: inkscape (Ubuntu) Status: Unconfirmed = Rejected -- Running Inkscape repeatedly by script causes X to use lots of CPU

[Bug 87009] Re: Running Inkscape repeatedly by script causes X to use lots of CPU

2007-02-28 Thread Deelkar
This might be related to the upstream bug on sf.net https://sourceforge.net/tracker/?func=detailatid=604306aid=1670475group_id=93438 as OSM data suffers from occasional bad UTF-8 characters. When Inkscape encounters those it will allocate all available RAM in order to process it, and because that

[Bug 87009] Re: Running Inkscape repeatedly by script causes X to use lots of CPU

2007-02-23 Thread Deelkar
I'm one of the devs on the script. It basically downloads a set of map data in XML format, transforms this into a (rectangular) svg and then inkscape is used to export these svgs as square 256x256 truecolor pngs. On a sidenode: why does inkscape try opening a DISPLAY at all when in batch mode?

[Bug 87009] Re: Running Inkscape repeatedly by script causes X to use lots of CPU

2007-02-23 Thread Deelkar
Added example svg ** Attachment added: svg zoom 14 osmarender http://librarian.launchpad.net/6521928/output-27325-z14.svg -- Running Inkscape repeatedly by script causes X to use lots of CPU https://launchpad.net/bugs/87009 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 87009] Re: Running Inkscape repeatedly by script causes X to use lots of CPU

2007-02-23 Thread Deelkar
example command lines run on a tileset: ...at zoom level 12 (squere png as mentioned above) nice inkscape -w 256 -h 256 --export- area=0.00:0.00:878.91:877.628239 --export- png=./tile_12_2148_1332.png ./output-27352-z12.svg ...at zoom level 14 (the script renders map tiles from z=12

[Bug 87009] Re: Running Inkscape repeatedly by script causes X to use lots of CPU

2007-02-22 Thread Kees Cook
Thanks for this bug report! Can you provide some details on how to run the script, etc, so that we can reproduce the problem you're seeing? I haven't used OpenStreetMap before, so I'm unsure how to duplicate the bug. -- Running Inkscape repeatedly by script causes X to use lots of CPU

[Bug 87009] Re: Running Inkscape repeatedly by script causes X to use lots of CPU

2007-02-22 Thread Bruce Cowan
Yes, it is a little difficult to explain. The script won't work if you don't have an OSM password, so there is not much chance of running it elsewhere. I'll ask the developers of the script itself for advice. -- Running Inkscape repeatedly by script causes X to use lots of CPU