Quickstart - AlexDalas/autodrawer GitHub Wiki
Installing
See the installation section.
Run
Run the program. You will be greeted by this.
You can ignore most of the dialog.
Configuring image
This part of the window controls how it draws, what it draws, and how it looks.
Mouse options
The interval controls the speed (in microseconds).
The click delay controls the delay (in milliseconds) between mouse movements when not drawing.
Image options
The black threshold is the threshold between black pixels and white pixels.
The transparency threshold does the same as the black threshold, but with transparent pixels.
Processing images
Upload an image by clicking "Upload image". You will be greeted by your system's file viewer. Choose a file then it should look like this.
(Note, you can also drag and drop images)
It should look like this.
If you want to draw it larger, up the scale under the image.
Now click process image. It should turn the image into an indexed image.
You can now click start.
TBD, as we haven't finished this part yet.