|
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) |
| void enhanceImageContrast | ( | QImage * | image, |
| StatusWidget * | status = NULL |
||
| ) |
Definition at line 108 of file contrast.cpp.
References b, editedImage, HSVtoRGB(), StatusWidget::incrementProgress(), MAX, MIN, newProgress, RGBtoHSV(), RGBtoL(), StatusWidget::setStatus(), StatusWidget::showProgressBar(), status, and updateIncrement.
| QImage* enhanceImageContrast | ( | QString | filename, |
| StatusWidget * | status | ||
| ) |
Definition at line 88 of file contrast.cpp.
References editedImage, and status.
Referenced by EdgeDetect::constructEdgeImage(), and EditingInterface::enhanceContrast().