Not the same result with version 4.4.1 and 4.4.6 using "copy" function with PGraphics into PImage

Hi , I just found the solution .

This fix the problem

pixelDensity(1);

In fact in version 4.4.1, pixelDensity = 1 by default

and in version 4.4.6, pixelDensity = 2 by default

(MacBook Pro retina screen)

2 Likes