]> git.sesse.net Git - kdenlive/commit
RGB Parade > 10x speedup.
authorSimon A. Eugster <simon.eu@gmail.com>
Sun, 5 Sep 2010 11:43:27 +0000 (11:43 +0000)
committerSimon A. Eugster <simon.eu@gmail.com>
Sun, 5 Sep 2010 11:43:27 +0000 (11:43 +0000)
commit29c58ebee21498c1367bbd9c0e6b0a7a934a1fe0
tree379d1ff668c51dc414ab5a8d34e6ce5e7f54b627
parent5a45c35bc54df939e7eca031b5df814e70bf20bb
RGB Parade > 10x speedup.
Instead of directly reading and painting on the QImage I'm now storing the data in an uint array and painting afterwards with setPixel. This is ways faster and also more accurate.
Bug that RGB Parade disappeared when it was too small (rounding lead to a color value of 0 always) has been fixed as well.

svn path=/trunk/kdenlive/; revision=4837
src/colorcorrection/rgbparadegenerator.cpp