Miam-Player  0.8.0
A nice music player
imageutils.h
Go to the documentation of this file.
1 #ifndef IMAGEUTILS_H
2 #define IMAGEUTILS_H
3 
4 #include <QImage>
5 #include "miamcore_global.h"
6 
13 {
14 private:
15  ImageUtils() {}
16 
17 public:
18  // Thanks StackOverflow for this algorithm (works like a charm without any changes)
19  static QImage blurred(const QImage& image, const QRect& rect, int radius, bool alphaOnly = false);
20 };
21 
22 #endif // IMAGEUTILS_H
The ImageUtils class contains algorithms on image processing.
Definition: imageutils.h:12
#define MIAMCORE_LIBRARY
Definition: miamcore_global.h:11