Bug 209532 - no paintop transparency with sRGB & SRGB64 profiles (16 bit float and 32 bit modes)
Summary: no paintop transparency with sRGB & SRGB64 profiles (16 bit float and 32 bit ...
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Cyrille Berger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-05 16:35 UTC by enkithan
Modified: 2009-11-12 21:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
default paintop in wash, build-up mode, and deform brush (18.86 KB, image/png)
2009-10-05 16:36 UTC, enkithan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description enkithan 2009-10-05 16:35:21 UTC
Version:           2.1 Beta 3 (using 4.3.1 (KDE 4.3.1), Arch Linux)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.30-ARCH

Painting on sRGB or SRGB64 profile display black rectangles of variable size (wash mode)depending of the speed of the painting.
In build-up mode, it paints square of the current color.
It may not be specific to these profiles, I don't have any other 16 bits float/32 bits RGB profiles to test.
Comment 1 enkithan 2009-10-05 16:36:50 UTC
Created attachment 37383 [details]
default paintop in wash, build-up mode, and deform brush
Comment 2 Cyrille Berger 2009-11-05 17:50:13 UTC
SVN commit 1045271 by berger:

Fix for painting with ctl colorspaces

CCBUG:209532



 M  +1 -1      KoCtlCompositeOp.cpp  
 M  +5 -2      ctlcompositeops/alphabase.ctlt  
 M  +26 -0     tests/KoRgb32fTest.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1045271
Comment 3 Cyrille Berger 2009-11-12 21:48:58 UTC
SVN commit 1048168 by berger:

Fix: painting with RGB 32 Float color space

BUG:209532


 M  +1 -1      KoCtlCompositeOp.cpp  
 M  +6 -17     ctlcompositeops/alphabase.ctlt  
 M  +26 -0     tests/KoRgb32fTest.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1048168