Robin Swift
Robin Swift
Ok, after some more testing I've routed out more bugs. Can you try it?
So I've had a few attempts at this. I'm playing whack-a-mole with bugs and eventually one of them will be the one that's causing this problem. Generally, my development has...
Oh no, having people try out specific real world tasks is good for finding out what needs doing and there have been improvements already. As for "well established" it's complicated:...
There's a lot here that is useful so I feel it's better placed in the documentation. Can you make a pull request on the Encoding header to the end of...
Ah! That middle section is helpful in working out the intersection. If you see what I tried today in `fills.c` it's generated as an L-system so it can be configured...
Behaviour could be: embroider --combine filename.pes --offset 50,20 filename2.pes -o newfile.pes This would take the files "filename.pes" and "filename2.pes" and put them in the same EmbPattern, the affine transformation in...
Since `embroider` has the ability to create standard test files, we could make a really simple shell script to test this along the lines of: embroider --test-file 1 -o test01.pes...
## The Pipeline Yes a pipeline of flags is what we should aim for. I agree that `convert` is the tool to imitate (but with POSIX-style flags). > Assuming that...