@gferreira
Thank you, that's very helpful !
JD
@JD
Best posts made by JD
Latest posts made by JD
-
RE: Question about arcTo and end coordinate
-
Question about arcTo and end coordinate
Hello,
Is there a way to obtain the current coordinates of the pen. For example, at the end of arcTo (xy1, xy2, xy3, radius), the pen is on the line xy2,xy3 at a certain coordinate, which I would like to obtain.
Thanks,
JD -
New Drawbot version
I have updated to the new Drawbot version and got problems related to modules. Errors such as :
Traceback (most recent call last):
File "<untitled>", line 1, in <module>
ModuleNotFoundError: No module named 'numpy'
are reported. The same code was working with the previous version of Drawbot.
Can you help. Thanks,
JD -
RE: Video quality
@frederik
I tried that but ImageResolution is not working with .mov format. Still looking for help. Thanks. -
Video quality
Hello everyone,
I would like to what is the method to obtain a higher quality video when using
saveImage('~/Desktop/********.mp4')
. I have made a short video, but I obtained low quality. Thanks.