Search found 7 matches
- Tue May 29, 2012 11:45 pm
- Forum: General Discussions
- Topic: [SOLVED] How do I replicate Inkscape's bitmap tracer?
- Replies: 25
- Views: 25976
Re: [SOLVED] How do I replicate Inkscape's bitmap tracer?
I know that this is a solved one, and I havent really read every post, but anyway. I use : for i in *.png; do autotrace "$i" -despeckle-level 14 --output-file "$(echo $i | sed 's/.png/.svg/')"; done in the map with my (png) pictures. I used this as an 'effect' on a video you can ...
- Tue May 29, 2012 10:30 pm
- Forum: Help with using Inkscape
- Topic: replacing colours
- Replies: 4
- Views: 1712
Re: replacing colours
llogg wrote:Open your svg file in a text editor and simply do a search and replace for those color codes.
I have to do it in around 3000 images thou, so that's not an option, I need something automated.
- Tue May 29, 2012 8:25 pm
- Forum: Help with using Inkscape
- Topic: replacing colours
- Replies: 4
- Views: 1712
replacing colours
Is there an 'easy' way to replace, for example, all nuances of yellow colors in an image with the 'same' nuances of red? f ex (and this is probably not correct) yellow :fff0004f fff7476f red :ff0004ff ff7476ff I know there could be another forum for this, and if you know of any other forum that deal...
- Tue May 29, 2012 8:01 pm
- Forum: Help with using Inkscape
- Topic: batch simplify svgs
- Replies: 5
- Views: 16396
Re: batch simplify svgs
thank you all, it seem to work, except for that the gui opens... and I guess that's a bit processor and ram consuming, so if anyone know of a way, or another program/ solution, please let me know. I have tried SVG Cleaner, but it gives really strange results. by the way, is there some other vector g...
- Sat May 26, 2012 9:36 pm
- Forum: Help with using Inkscape
- Topic: batch simplify svgs
- Replies: 5
- Views: 16396
batch simplify svgs
hi all! I have been using the command line to convert .avi video to png's, autotrace the png's to svg, convert the svg's to png and finally convert the png's back to avi. why? for several reasons, I like the look of the result, you can 'scale' a small video into HD. here's an example of the end resu...
- Tue Nov 29, 2011 2:51 am
- Forum: Help with using Inkscape
- Topic: make a node follow a path or node on another path.
- Replies: 3
- Views: 1692
Re: make a node follow a path or node on another path.
Thank you for a quick reply and a warm welcome to the forum. What you suggest only make the node(1) move in relation to the other nodes(2) and not to the curve to which it were snapped to. If I move the bezier handles to reshape the path(2), this does not effect the 'snapped' node(1). Hope I am not ...
- Mon Nov 28, 2011 10:10 am
- Forum: Help with using Inkscape
- Topic: make a node follow a path or node on another path.
- Replies: 3
- Views: 1692
make a node follow a path or node on another path.
Hi. I wonder if there's any way to get a node to follow another path or follow a node on another path? for example: I make a path(1), and take a node from this path(1) and snap it to another path (2) what I want to achieve are that when I move the second path(2) the snapped node(1) 'follows' the sec...