[Kde-imaging] [Bug 289222] Rotate jpeg images isn't multithreaded.

Michael G. Hansen mike at mghansen.de
Sun Dec 18 20:32:34 UTC 2011


https://bugs.kde.org/show_bug.cgi?id=289222





--- Comment #7 from Michael G. Hansen <mike mghansen de>  2011-12-18 20:32:34 ---
QtConcurrent is for example used to load GPX files in parallel in GPSSync:

http://lxr.kde.org/source/extragear/graphics/kipi-plugins/gpssync/gpsdataparser.cpp#97

QtConcurrent documentation:

http://developer.qt.nokia.com/doc/qt-4.8/threads-qtconcurrent.html

@Lukas: Last time I looked, QtConcurrent only offered to automatically use the
number of available cores, and also did not allow you to change the priority of
the thread. Maybe KDE's threadweaver [1] allows you to do that.

Michael

[1] http://api.kde.org/4.0-api/kdelibs-apidocs/threadweaver/html/index.html

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Kde-imaging mailing list