bgrabitmap / lazpaint

🎨 Cross-platform image editor with raster and vector layers similar to Paint.Net written in Lazarus (Free Pascal)
https://lazpaint.github.io/
GNU General Public License v3.0
400 stars 55 forks source link

Feature: Clone tool opacity separate from source opacity and brush opacity #571

Open canadaduane opened 8 months ago

canadaduane commented 8 months ago

Feature request: Clone tool opacity, similar to Pen tool opacity. I like to use the Clone tool for texture touch-ups, but it needs to combine with the destination rather than overwrite it with full source layer opacity.

Here is a screenshot of the desired behavior (taken from Krita):

https://github.com/bgrabitmap/lazpaint/assets/129/826b800f-023f-4111-96d6-42fcd0ff5354

circular17 commented 8 months ago

Hi @canadaduane

Thanks for using LazPaint. It's great to get feedback from users as it shows the software is doing its magic somewhere. Your request should be relatively easy to implement, so hopefully it will be implemented sooner than later.

Regards