Frame Buffer Quality in IDE

If I use a small frame size (60 x 60) is it possible to show the Frame Buffer without JPG artifacts in the IDE ?

Yes,

Just do:

img.compress(quality=95)

As the last time in the while loop.

This forces the frame buffer to become a jpg image at 95 percent quality.

Thanks,
that was easy - now the quality is much better!