- 09 Oct, 2013 2 commits
-
-
Halla Rempt authored
Patch Salil Kapur CCMAIL:salilkapur93@gmail.com BUG:311241
-
Script Kiddy authored
-
- 08 Oct, 2013 4 commits
-
-
Yue Liu authored
-
Lassi Nieminen authored
-
Lassi Nieminen authored
-
Script Kiddy authored
-
- 07 Oct, 2013 3 commits
-
-
-
-
Script Kiddy authored
-
- 05 Oct, 2013 1 commit
-
-
Lukáš Tvrdý authored
o add benchmarks for fast method converting Krita layers to gmic o optimize converting Krita RGBA layers to gmic layer and back to Krita layers KisGmicBenchmarks::testConvertToGmic(): 6,673 msecs KisGmicBenchmarks::testConvertFromGmic(): 7,149 msecs KisGmicBenchmarks::testConvertToGmicFast(): 59 msecs (113-times faster) KisGmicBenchmarks::testConvertFromGmicFast(): 154 msecs (46-times faster) Slow method with LCMS2 is used when the colorspace is different from RGBA. Optimization is implemented as color-transformation that only scale RGBA colorspace depth to float. Now is the performance in pair with g'mic for gimp plug-in o fix crash when closing gmic widget o add more unit tests converting gmic-krita conversions o add simple feedback that gmic filtering is done: - window title contains information about running time of gmic filter
-
- 04 Oct, 2013 1 commit
-
-
- 03 Oct, 2013 16 commits
-
-
Friedrich W. H. Kossebau authored
-
Halla Rempt authored
-
-
-
-
-
-
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
Grayscale or as color
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Script Kiddy authored
-
- 02 Oct, 2013 4 commits
-
-
Jarosław Staniek authored
-
Yue Liu authored
-
Sahil Nagpal authored
-
Sahil Nagpal authored
BUG 322880
-
- 01 Oct, 2013 3 commits
-
-
Jarosław Staniek authored
-
Yue Liu authored
-
Sven Langkamp authored
CCBUG:313600
-
- 30 Sep, 2013 2 commits
-
-
Sahil Nagpal authored
-
Halla Rempt authored
BUG:325463
-
- 29 Sep, 2013 4 commits
-
-
Lukáš Tvrdý authored
o don't change the input layer colorspace to float 32-bit o convert pixels using numContiguousColumns buffer o simplify KisGmicSimpleConvertor o add benchmarks for round-trip conversion - QImage -> gmic -> QImage - KisPaintDevice -> gmic -> KisPaintDevice o benchmark conversion to and from gmic separatly o do not bitblt, copy pixels directly to input layer for now
-
Halla Rempt authored
For now, you can only drop one (1) file, not multiple, because of the kpart/kdocument braindeadness... BUG:322719
-
Halla Rempt authored
CCBUG:322814 CCMAIL:kimageshop@kde.org This removes an assert that checks whether a deactivated sensor is stored another time. This happens when you check, modify, uncheck a sensor for one preset, then go to another preset of the same paintop type that has that sensor activated and you deactivate it. The problem seems to be, afaict, that we try to remember the settings of deactivated sensors, but do that per paintop instance, not per preset. There are two proper solutions: * remove the caching of custom settings for deactivated sensors * save customized but deactivated sensors to the presets The question is, which one shall it be?
-
Sven Langkamp authored
-