@@ -19,6 +19,15 @@ X https://github.com/processing/processing/issues/2175
1919jakub
2020X Remove alpha filler (hopefully no regression here)
2121X 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
2332opengl
2433X 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
463465CORE / PShape
0 commit comments