AlbumShaper
1.0a3
|
#include <qimage.h>
#include <qstring.h>
#include <qapplication.h>
#include <math.h>
#include "emboss.h"
#include "manipulationOptions.h"
#include "../tools/imageTools.h"
#include "../../gui/statusWidget.h"
Go to the source code of this file.
Macros | |
#define | MIN(x, y) ((x) < (y) ? (x) : (y)) |
#define | MAX(x, y) ((x) < (y) ? (x) : (y)) |
Functions | |
QImage * | embossEffect (QString filename, ManipulationOptions *options) |
#define MAX | ( | x, | |
y | |||
) | ((x) < (y) ? (x) : (y)) |
Definition at line 18 of file emboss.cpp.
Referenced by embossEffect().
#define MIN | ( | x, | |
y | |||
) | ((x) < (y) ? (x) : (y)) |
Definition at line 17 of file emboss.cpp.
Referenced by embossEffect().
QImage* embossEffect | ( | QString | filename, |
ManipulationOptions * | options | ||
) |
Definition at line 85 of file emboss.cpp.
References b, editedImage, ManipulationOptions::getStatus(), HSVtoRGB(), StatusWidget::incrementProgress(), MAX, MIN, newProgress, RGBtoHSV(), StatusWidget::showProgressBar(), status, and updateIncrement.
Referenced by EditingInterface::applyEffect().