https://bugs.kde.org/show_bug.cgi?id=356462
--- Comment #8 from Boudewijn Rempt ---
Oh, and just to note: mypaint does all its work internally in 16 bits
premultiplied, iirc.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=356462
Boudewijn Rempt changed:
What|Removed |Added
CC||b...@valdyas.org
--- Comment #7 from Boudewij
https://bugs.kde.org/show_bug.cgi?id=356462
--- Comment #6 from wolthera ---
I can't tell you about GIMP, but MyPaint just does it's normal blending mode in
integers:
https://github.com/mypaint/mypaint/blob/master/lib/blending.hpp
(fix_15_t is a uint32_t and fix_15_t_short is a uint16_t)
https
https://bugs.kde.org/show_bug.cgi?id=356462
Dmitry Kazakov changed:
What|Removed |Added
CC||dimul...@gmail.com
--- Comment #5 from Dmitry
https://bugs.kde.org/show_bug.cgi?id=356462
--- Comment #4 from wolthera ---
Created attachment 96448
--> https://bugs.kde.org/attachment.cgi?id=96448&action=edit
File with 50% transparent black layer that doesn't go to 0 even after 10~
layers.
slangkamp, I can't get it to work. I attached a s
https://bugs.kde.org/show_bug.cgi?id=356462
Sven Langkamp changed:
What|Removed |Added
CC||sven.langk...@gmail.com
--- Comment #3 from Sve
https://bugs.kde.org/show_bug.cgi?id=356462
--- Comment #2 from wolthera ---
Actually, no, now I think about it, the problem happens in the transparency
code: Somehow we're not ending up with 100% transparency.
You can test this by comparing the difference between 'pick from merged image'
and 'p
https://bugs.kde.org/show_bug.cgi?id=356462
wolthera changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED |CO
https://bugs.kde.org/show_bug.cgi?id=356462
wolthera changed:
What|Removed |Added
Component|Brush engine|Color models
--
You are receiving this mail because