Revision 2845483...

Go back to digest for 13th October 2013

Optimization in Graphics

Jonathan Marten committed changes in [kooka] /:

Image transformations can take time, so do them in a background thread.

New class ImageTransform to do this, with operation codes for the
various transforms supported. Combine the multiplicity of slots
in Kooka and the two rotate/mirror functions in KookaView. Also
simplifies ScanGallery.

File Changes

Added 2 files
  •   kooka/imagetransform.cpp
  •   kooka/imagetransform.h
Modified 7 files
  •   kooka/CMakeLists.txt
  •   kooka/kooka.cpp
  •   kooka/kooka.h
  •   kooka/kookaview.cpp
  •   kooka/kookaview.h
  •   kooka/scangallery.cpp
  •   kooka/scangallery.h
9 files changed in total