circular17
circular17
I am not sure what you mean by dock tools. Is it the top toolbar that changes according to the selected tool?
Ok got it. So you can hide the toolbar but it is not saved in current version (it is fixed on dev branch). When you reopen LazPaint, it shows again....
Hmm I am using MessageDlg as well.
That's surprising. Have you tried another printer, for example Print To PDF?
Website: https://gmic.eu Python access: https://pypi.org/project/gmic/ Thinking about it, maybe it is simpler to use as command line: https://gmic.eu/tutorial/basics.html
Related to https://github.com/bgrabitmap/lazpaint/issues/68
This could be related to the charset. Do you have examples of paths that are supported and that are not supported? Maybe we can spot the difference.
Thanks for the suggestion.
What probably happens is that the image has the alpha value defined for some pixels and not for others. This is not an obvious one to solve. Which program produces...
Ok. The BMP format is ambiguous regarding the alpha channel. So in some cases, the reader has to guess. Many image readers just consider BMP to be opaque and do...