Added Post-Resize Sharpening tool with some code cleanups, optimizations and language file consistency improvements. Issue 2825

This commit is contained in:
DrSlony
2015-07-02 15:39:53 +02:00
parent 607ecc82a5
commit af3bb68bf9
25 changed files with 1181 additions and 358 deletions

View File

@@ -77,6 +77,7 @@
#include "rgbcurves.h"
#include "colortoning.h"
#include "filmsimulation.h"
#include "prsharpening.h"
#include "guiutils.h"
class ImageEditorCoordinator;
@@ -111,6 +112,7 @@ class ToolPanelCoordinator : public ToolPanelListener,
ChMixer* chmixer;
BlackWhite* blackwhite;
Resize* resize;
PrSharpening* prsharpening;
ICMPanel* icm;
Crop* crop;
ToneCurve* toneCurve;