Search found 10 matches
- Sun Jun 03, 2012 6:30 am
- 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?
Hey Lars, much thanks for your bash(?)+autotrace solution. To anyone who can't get the win32 version of color_trace_multi to work, it's not your fault (ImageMagick giving an error about unsupported decoder/codec or whatnot) because apparently I forgot to include some important files. A quickfix is t...
- Mon May 28, 2012 1:24 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?
Bump for Windows executable release and slight bugfix (1.00a). See the above post for more information. Note: I think I'll eventually re-post this in the Inkscape Resources subforum (as suggested in brynn's post which I totally missed :| ), once I get a new version and Mac executable out. And also: ...
- Mon May 21, 2012 3:37 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?
Version 1.00a is out! This program uses potrace to trace color images. This version runs faster, has more color quantization options (median-cut, adaptive spatial subdivision, and neuquant), supports dithering*, prescales the image for better quality, makes available several of potrace's options, a...
- Thu Apr 26, 2012 7:21 am
- Forum: General Discussions
- Topic: [SOLVED] How do I replicate Inkscape's bitmap tracer?
- Replies: 25
- Views: 25976
Re: How do I replicate Inkscape's bitmap tracer with Potrace
You won't offer a version compatible with Python 2.7? I can do that, just give me the next day or so. BTW this has nothing to do with Inkscape's extensions. And doesn't Inkscape use its own installation of Python? (or maybe that's just on Windows) Edit: I'm sorry, real life is getting in the way >_...
- Mon Apr 23, 2012 2:03 am
- 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?
Bump. Here are some pictures traced with 256 colors. They took hours each, nearly overheated my laptop, and made svg files about 20 megs each. So don't trace 256 colors unless you're feeling adventurous, m'kay? http://i.imgur.com/LQFUr.jpg http://i.imgur.com/sifQ3.jpg
- Sat Apr 21, 2012 10:51 am
- Forum: General Discussions
- Topic: [SOLVED] How do I replicate Inkscape's bitmap tracer?
- Replies: 25
- Views: 25976
Re: How do I replicate Inkscape's bitmap tracer with Potrace
Here it is, a Python script to trace a whole directory of color images at once. - You need to install Python 3.2 or later, and also the lxml library for that version of Python. - Unless you get the Windows version, you'll also need to download potrace , pngnq , and ImageMagick . - Then you need to a...
- Sat Apr 14, 2012 2:06 pm
- Forum: General Discussions
- Topic: [SOLVED] How do I replicate Inkscape's bitmap tracer?
- Replies: 25
- Views: 25976
[SOLVED] How do I replicate Inkscape's bitmap tracer?
. Edit: I made a script to do this from the command line, see post #9 . I want to do command-line or scripted bitmap tracing, but Inkscape's tracer can't be automated. Potrace only does black-and-white images, so there must be a lot more going on under the hood with Inkscape. So if I were to instead...
- Sat Apr 14, 2012 1:38 pm
- Forum: Inkscape Ideas
- Topic: batch/script/automateTrace Bitmap
- Replies: 2
- Views: 3579
batch/script/automateTrace Bitmap
My personal wish is the ability, either via command line or scripting, to use the "Trace Bitmap" feature without user input. To set the trace settings, I'd either like to enter them in the script/command line, or have Inkscape remember the last-used settings even after being closed and reo...
- Sat Apr 14, 2012 11:50 am
- Forum: Help with using Inkscape
- Topic: How would you Trace Bitmap this
- Replies: 10
- Views: 3873
Re: How would you Trace Bitmap this
I know unticking "Smooth" (not "Smooth corners") can get rid of weirdness my traces. Have you given that a shot?
- Sat Apr 14, 2012 11:45 am
- Forum: Help with using Inkscape
- Topic: Separate parts of a single image to different layers.
- Replies: 8
- Views: 8880
Re: Separate parts of a single image to different layers.
(Because this appears as the top Google hit, I am bumping this 5-year-old post. If this is still bad, please smite me.) An Inkscape extension exists for separating the traced paths to different layers: http://wiki.evilmadscience.com/Post_process_trace_bitmap The extension is part of Eggbot Extensio...