processing-android icon indicating copy to clipboard operation
processing-android copied to clipboard

PImage data getting crushed

Open etiennebouteille opened this issue 7 years ago • 2 comments

Hello, As reported in this processing forum thread, the image loaded in a PImage object seem to be compressed and lose a lot of detail in the gradients.

This doesn't happen when running in java mode. Is there any settings that can reduce this problem?

etiennebouteille avatar Jan 31 '18 09:01 etiennebouteille

I can reproduce the problem with default renderer in Processing Android mode. No issue if using P2D. Notice that resizing the image to screen dimensions does not help in the first case. In P2D, it might show some artifact lines but it is probable an innate effect.

Kf

kfrajer avatar Apr 14 '18 05:04 kfrajer

Thanks @kfrajer, I had not thought of using P2D but it does fix the problem, at least in my case.

etiennebouteille avatar Apr 23 '18 12:04 etiennebouteille