|
|
|
|
|
by samstave
897 days ago
|
|
I have WSL installed, I gues I dont know how to invoke durdraw with WSL. Question - can you change the canvas size/draw area? I'd like that to be in the INI default config as an option? I want to have my terminal transparent for tracing an image in the background, but the draw area is in the top left and small, can the draw area be centered in window and configurable in size? or is the limitation of actually it being an in terminal app? https://i.imgur.com/vdf8fEv.png -- Edit - I found it, but setting -W and -H dont work, so I just changed the settings in the .py EDIT: It was -m for the win. I doubled the default, will it have issues? |
|
1: Use the command line options -W and -H or --width and --height to set the numbers of columns and lines. run "durdraw --help" for more command-line options.
2: Check the help screen and scroll down to the "Canvas Size" section. There are keys for increasing and decreasing the canvas size.
3: You can also use the -m or --max command-line option to start the canvas size at the maximum size for your terminal window.
I will continue to work on the canvas size stuff an making it easier to customize.
I like your idea of optionally centering the canvas in the screen. Thanks for the suggestion. I might do that in a future version. (Same with the .ini file.)
You might also consider increasing your terminal font size so the canvas is not so small, and moving it around to line up with the image in the back.
I'd have to revisit it to make sure it still works well, but it tries to support a transparent terminal by default, with the --blackbg option to force a black background in the canvas.
Edit: Canvas resize keys are: esc-" insert line esc-: delete line esc-> insert column esc-< delete column