Graham Toal
Graham Toal
Appreciated, thanks! Applying it now. On Sat, Feb 24, 2018 at 12:58 PM, jmdl1983 wrote: > The program in it's current iteration does not check the devices to get >...
Thank you! I wasn't expecting such a quick response. I'll test it on my system as soon as you say it's ready. Graham
This - and any other virtual devices added by the vextreme - might be placed in the C000-C7FF space so as not to interfere with the rom space (0000-BFFF). Although...
> All I know about RPC is that it can mean Remote Procedure Call. How would I use that in place of a serial terminal? Can you point me to...
Sorry! I could have worn I cut & pasted the URL. Here's the correct version: https://spencermortensen.com/articles/bezier-circle/
This might be the same issue. Unfortunately knowing nothing about python I can only help debug by typing in whatever commands you tell me to. I followed the instructions on...
That surprises me. I would have expected the opposite of what people reported, i.e. that rotation might cause slight blurring but the shearing shouldn't, with any hard edges being preserved...
Ah yes. I'd seen Paeth's result in the context of specifying ellipses in terms of shears instead of rotations but hadn't realised it was usable for arbitrary raster rotations. It...
On a document that is 3000 pixels tall, an angle of 0.1 degrees is equivalent to a shear of 5 pixels over the height of the document. Admittedly that is...
Perhaps also add a parameter for the limits as well (ie what is currently +/- 10 I believe?) I can see how I could automate this by running your code...