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
12
class
MIAMCORE_LIBRARY
ImageUtils
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
miamcore_global.h
ImageUtils
The ImageUtils class contains algorithms on image processing.
Definition:
imageutils.h:12
MIAMCORE_LIBRARY
#define MIAMCORE_LIBRARY
Definition:
miamcore_global.h:10
src
Core
styling
imageutils.h
Generated on Thu Sep 29 2016 10:17:01 for Miam-Player by
1.8.12