Skip to content

Commit ec38923

Browse files
committed
notes about the big blending patch
1 parent 2c6d000 commit ec38923

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

core/todo.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ X https://github.com/processing/processing/issues/2175
1919
jakub
2020
X Remove alpha filler (hopefully no regression here)
2121
X https://github.com/processing/processing/pull/3523
22+
X accuracy problems make alpha channel go to FE with image.copy()
23+
X https://github.com/processing/processing/issues/258
24+
X fix blue-channel bias on blend()
25+
X https://github.com/processing/processing/issues/514
26+
X improve blend() accuracy when using ADD
27+
X https://github.com/processing/processing/issues/172
28+
X includes code for a slow but more accurate mode
29+
X huge Java2D blending patch
30+
X https://github.com/processing/processing/pull/3592
2231

2332
opengl
2433
X filter(PShader) broken in HDPI mode
@@ -447,17 +456,10 @@ _ figure out why 1024x768 image takes 3.5 seconds to load
447456
_ would using a BufferedImage work better?
448457
_ is the image actually a BufferedImage so PixelGrabber is a waste?
449458

450-
_ fix blue-channel bias on blend()
451-
_ https://github.com/processing/processing/issues/514
452-
_ improve blend() accuracy when using ADD
453-
_ https://github.com/processing/processing/issues/172
454-
_ includes code for a slow but more accurate mode
455459
_ deprecate the blend() function
456460

457461
_ implement unified means to specify smoothing level for image scaling
458462
_ https://github.com/processing/processing/issues/204
459-
_ accuracy problems make alpha channel go to FE with image.copy()
460-
_ https://github.com/processing/processing/issues/258
461463

462464

463465
CORE / PShape

todo.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ X https://github.com/processing/processing/issues/2133
3636
X False positive for mixing active/static mode in Tweak Mode 3.0 alpha 5
3737
X https://github.com/processing/processing/issues/3140
3838

39+
3940
known issues
4041
_ launch4j doesn't work from folders with non-native charsets
4142
_ anything in CP1252 on an English Windows system is fine

0 commit comments

Comments
 (0)