AlbumShaper
1.0a3
|
Go to the source code of this file.
Functions | |
QImage * | enhanceImageContrast (QString filename, StatusWidget *status) |
void | enhanceImageContrast (QImage *image, StatusWidget *status=NULL) |
QImage* enhanceImageContrast | ( | QString | filename, |
StatusWidget * | status | ||
) |
Definition at line 88 of file contrast.cpp.
References editedImage, and enhanceImageContrast().
Referenced by EdgeDetect::constructEdgeImage(), EditingInterface::enhanceContrast(), and enhanceImageContrast().
void enhanceImageContrast | ( | QImage * | image, |
StatusWidget * | status = NULL |
||
) |
Definition at line 108 of file contrast.cpp.
References b, HSVtoRGB(), StatusWidget::incrementProgress(), MAX, MIN, newProgress, RGBtoHSV(), RGBtoL(), StatusWidget::setStatus(), StatusWidget::showProgressBar(), and updateIncrement.