问题描述
我正在使用rescaleOP类来增加图像的亮度/对比度。我的代码在这里
RescaleOp rescaleOp = new RescaleOp(1.2f,15,null);
rescaleOp.filter(image,image); // Source and destination are the same.
但是,这仅适用于BufferedImage的一半。我如何将其应用于整个图像?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)