Added Post-Resize Sharpening tool with some code cleanups, optimizations and language file consistency improvements. Issue 2825
This commit is contained in:
@@ -39,12 +39,15 @@ class Resize : public ToolParamBlock, public AdjusterListener, public FoldableTo
|
||||
int cropw, croph;
|
||||
sigc::connection sconn, aconn, wconn, hconn;
|
||||
bool wDirty, hDirty;
|
||||
ToolParamBlock* packBox;
|
||||
|
||||
public:
|
||||
|
||||
Resize ();
|
||||
~Resize ();
|
||||
|
||||
Gtk::Box* getPackBox () { return packBox; }
|
||||
|
||||
void read (const rtengine::procparams::ProcParams* pp, const ParamsEdited* pedited=NULL);
|
||||
void write (rtengine::procparams::ProcParams* pp, ParamsEdited* pedited=NULL);
|
||||
void setDefaults (const rtengine::procparams::ProcParams* defParams, const ParamsEdited* pedited=NULL);
|
||||
|
Reference in New Issue
Block a user