Leandro Oscar Ezequiel Diaz
Leandro Oscar Ezequiel Diaz
I'm thinking on how to code this one. Maybe with a non transparent layer that's blended with a layer blend mode and a layer transparency level. Son the plug in...
I have the filter working in BGRAControls for a long time, check it if you have time:  Is in the folder test/test_bcfilters
Hi. I agree. Multiple filters is the way to go.
Instead of standard IO why don't use a client / server approach? Like with JSON format. Say I can send a bitmap data in base64, or and endpoint to send...
With that we can use HTML5Canvas to draw, any javascript library, like 3D libraries and so on, in the end we transmit the final bitmap / final layer..
Another way without an API on the side of LazPaint, is using standard IO, make a server tp serve the webpage and an API say with python or deno, the...
I prefer Lazpaint has the API inside. In fact a simple API with 2 endpoints will do: Get Layer and Put Layer. Get Layer: you give an index, say 0,...
A way to launch the plugin is with python. When it launched from the menu it closes it connection with lazpaint and opens a web server. It launches the webpage....
About installing new plug in. Lazpaint is installed in program files. Should be good if another path is used for plugins. Program files is by default not writable.
Thanks for considering usefull my ideas. Yes a single endpoint with parameters will do.