Test program updated to create a blank background surface
of the appropriate type. This program needs to be improved
by loading a real YUV image so that the algorithm can be
confirmed.
import sqlite3
# The shared cache is only available in SQLite versions 3.3.3 or later
# See the SQLite documentaton for details.
sqlite3.enable_shared_cache(True)