Merge
Demosaicing and pre-processing parameters selectable for each image. Dark frames subtraction and badpixels file support Fast loading in editor.
This commit is contained in:
@@ -66,7 +66,7 @@ class CropWindow : public LWButtonListener, public CropHandlerListener {
|
||||
int xpos, ypos, width, height;
|
||||
|
||||
// image handling
|
||||
CropHandler cropHandler;
|
||||
|
||||
ImageArea* iarea;
|
||||
int cropZoom; // *1000
|
||||
|
||||
@@ -88,6 +88,7 @@ class CropWindow : public LWButtonListener, public CropHandlerListener {
|
||||
void getObservedFrameArea(int& x, int& y, int& w, int& h);
|
||||
|
||||
public:
|
||||
CropHandler cropHandler;
|
||||
CropWindow (ImageArea* parent, rtengine::StagedImageProcessor* ipc_);
|
||||
~CropWindow ();
|
||||
|
||||
|
Reference in New Issue
Block a user