Search found 6 matches
- Tue Nov 17, 2015 9:56 am
- Forum: Inkscape & Cutters/Plotters
- Topic: Inkscape .eps file to be used in Roland Versaworks print/cut
- Replies: 7
- Views: 10749
Re: Inkscape .eps file to be used in Roland Versaworks print/cut
I also work with a Roland Versaworks printer/cutter. Roland Versaworks uses a spot color called CutContour, which is 100% Magenta (CMYK= 0,100,0,0) This color is applied to a stroke with a "hairline" stroke width. The cutter recognizes this as the cut line. You can create a swatch with the...
- Tue Oct 20, 2015 1:42 pm
- Forum: General Discussions
- Topic: [SOLVED] How do I replicate Inkscape's bitmap tracer?
- Replies: 25
- Views: 25974
Re: [SOLVED] How do I replicate Inkscape's bitmap tracer?
I downloaded this, which says I don't need to install Python, but I haven't figured out how to use it. I'm wondering why I got the error message about Python not being found. Now in executable form, with no need to install Python and such! (Windows only for now, Mac version in the future) Windows ex...
- Tue Oct 20, 2015 5:35 am
- Forum: General Discussions
- Topic: [SOLVED] How do I replicate Inkscape's bitmap tracer?
- Replies: 25
- Views: 25974
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...
- Sun Oct 18, 2015 7:25 pm
- Forum: Help with using Inkscape
- Topic: Batch tracing a folder of images
- Replies: 4
- Views: 2111
Batch tracing a folder of images
Someone else had this question last year but there was no answer.
I would like to process frames of an animation, open, trace bitmap, save file, for a whole folder of images.
Is there a way to do this?
Is anyone using Inkscape in making animations?
Thanks!
I would like to process frames of an animation, open, trace bitmap, save file, for a whole folder of images.
Is there a way to do this?
Is anyone using Inkscape in making animations?
Thanks!
- Sun Oct 18, 2015 7:20 pm
- Forum: Help with using Inkscape
- Topic: Help with batch processing images
- Replies: 2
- Views: 1697
Re: Help with batch processing images
Did you ever find out how to do this? I would like to do the same thing and I came to this forum to look for help.
- Sun Oct 11, 2015 7:41 am
- Forum: Help with using Inkscape
- Topic: Rotating only part of a path
- Replies: 24
- Views: 6630
Re: Rotating only part of a path
This thread helped me a lot! It did not seem like this was possible when I tried it, but it seems I was doing it wrong. Here is a screen cap showing how it works. Thanks! Screenshot 2015-10-10 17.31.13.png This is something so fundamental, yet I could find no information in the manual. Clicking one ...