processing-android
processing-android copied to clipboard
PImage data getting crushed
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?
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
Thanks @kfrajer, I had not thought of using P2D but it does fix the problem, at least in my case.