store the whole image in an array
commit16e9c133142e5a4b3e02c12da5e47996d2d9e334
authorMichael J Gruber <conformal@drmicha.warpmail.net>
Mon, 9 Jul 2012 15:09:15 +0000 (9 17:09 +0200)
committerMichael J Gruber <conformal@drmicha.warpmail.net>
Mon, 9 Jul 2012 15:18:05 +0000 (9 17:18 +0200)
tree21759f7aeb993c701a2d91b524d3cbe2fa388371
parentea8f792accd8fdf997e02b8e76732863b30c1d6c
store the whole image in an array

This shoves 9 seconds off the 9 seconds (or so) for the pixel region
write access, for a 1k x 1k image. Yeah!

Downside is the memory consumption: 12M for this size. But RAM is cheap
and time is expensive.
conformal.py