Implement drawing border for framing tool
* Draws border after all resize operations are complete * Update the RGB sliders for 16-bit channels
This commit is contained in:
@@ -237,6 +237,8 @@ enum class BlurType {
|
||||
int framedHeight = 0;
|
||||
};
|
||||
FramingData framing(const FramingArgs& args) const;
|
||||
Imagefloat* drawFrame(Imagefloat* rgb, const procparams::FramingParams& params,
|
||||
const FramingData& dims) const;
|
||||
|
||||
void deconvsharpening(float** luminance, float** buffer, const float* const * blend, int W, int H, const procparams::SharpeningParams &sharpenParam, double Scale);
|
||||
void deconvsharpeningloc(float** luminance, float** buffer, int W, int H, float** loctemp, int damp, double radi, int ite, int amo, int contrast, double blurrad, int sk);
|
||||
|
Reference in New Issue
Block a user