static BufferedImage bufferedImageContrastAndBrightness(BufferedImage img, float scaleFactor, float offset) { new RescaleOp(scaleFactor, offset, null).filter(img, img); ret img; }
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1015458 |
Snippet name: | bufferedImageContrastAndBrightness - modifies original image |
Eternal ID of this version: | #1015458/3 |
Text MD5: | 29d1c694b6f7dd771c51064875fc166a |
Author: | stefan |
Category: | javax / imaging |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-06-11 13:26:34 |
Source code size: | 186 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 413 / 478 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1015488 - rgbContrastAndBrightness |