circular17

Results 373 comments of circular17

I suppose this is about extending the text area as the user types text. Related to https://github.com/bgrabitmap/lazpaint/issues/455 and https://github.com/bgrabitmap/lazpaint/issues/446

Yes this is due to the clone brush drawing each time mouse moves. An option to clone only once each pixel could be added (see https://github.com/bgrabitmap/lazpaint/issues/395)

Thanks for the proposal. This is a good idea. I will look at it.

Hello, Apologies for the late reply. I am trying to understand the use case. Is it that you are opening LazPaint with the command line, and then using the user...

Ok, so maybe we can define more explicit options. Something like: -saveonexit: save image without confirmation when LazPaint exits -skipsaveoptions: skip save options dialog By the way, maybe a command...

Ok for the names then. About screenshot, I was rather thinking of a command that takes the whole screen and another that takes given rectangle coordinates as parameter. Like :...

hacksaw and shotgun are commands available in a terminal?

Learning new things everyday 🙂

Sorry to come back again with another point of view, but I was thinking about it and if I understand correctly the usage would be: - create a screenshot file...

I've added -editor command on dev. Finally the syntax is like the config files: ``` > lazpaint screenshot0001.png -editor [Window]ColorWindowVisible=0,LayerWindowVisible=0 screenshot0001.png > lazpaint screenshot0001.png -editor default screenshot0001.png > lazpaint screenshot0001.png...