.. _jpg_test: jpg_test.py =========== Draw a full screen jpg using the slower but less memory intensive method of blitting each Minimum Coded Unit (MCU) block. Usually 8x8 pixels but can be other multiples of 8. .. figure:: /_static/bluemarble.png :align: center bigbuckbunny.jpg (c) copyright 2008, Blender Foundation / www.bigbuckbunny.org .. literalinclude:: ../../examples/jpg/jpg_test.py :language: python :linenos: :lines: 1-