| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 178 | kaklik | 1 | #ifndef __TOOLS_HH | 
      
| 2 | #define __TOOLS_HH | 
      ||
| 3 | |||
| 4 | #include <QtGui/QImage> | 
      ||
| 5 | #include "image.h" | 
      ||
| 6 | #include "rgba.h" | 
      ||
| 7 | |||
| 8 | mimas::image< mimas::rgba< unsigned char > > | 
      ||
| 9 |    qImageToMimasImage( const QImage &qImg ); | 
      ||
| 10 | |||
| 11 | #endif |