WesleyyC / Image-Editor

A command line image editor written in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brightness.

WesleyyC opened this issue · comments

Improve the brightness level determination function for RescaleOp.

Improve the function with:
double factor = 1.17 + level_0.03;
double onset = 12 + 3_level;
Close the ticket for now, but might reopen it when we have more insight on the RescaleOp.