Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

contrast.h

Go to the documentation of this file.
00001 //==============================================
00002 //  copyright            : (C) 2003-2005 by Will Stokes
00003 //==============================================
00004 //  This program is free software; you can redistribute it
00005 //  and/or modify it under the terms of the GNU General
00006 //  Public License as published by the Free Software
00007 //  Foundation; either version 2 of the License, or
00008 //  (at your option) any later version.
00009 //==============================================
00010 
00011 #ifndef BACKEND_ENHANCEMENTS_CONTRAST_H
00012 #define BACKEND_ENHANCEMENTS_CONTRAST_H
00013 
00014 //--------------------
00015 //forward declarations
00016 //--------------------
00017 class QImage;
00018 class QString;
00019 class StatusWidget;
00020 
00021 //Enhance image contrast using contrast normalization technique
00022 QImage* enhanceImageContrast( QString filename, StatusWidget* status );
00023 
00024 //Behaves in same fashion as above function, but takes in an already loaded image
00025 void enhanceImageContrast( QImage* image, StatusWidget* status=NULL );
00026 
00027 #endif //BACKEND_ENHANCEMENTS_CONTRAST_H

Generated on Mon Apr 11 18:27:45 2005 for AlbumShaper by  doxygen 1.3.9.1