]> git.imager.perl.org - imager.git/commit
PNG re-work: remove direct image access
authorTony Cook <tony@develop-help.com>
Mon, 2 Apr 2012 11:49:37 +0000 (21:49 +1000)
committerTony Cook <tony@develop-help.com>
Sun, 29 Apr 2012 03:40:55 +0000 (13:40 +1000)
commit34e567769d390d118fe0a34f37ddaaf42a99b648
tree53c773011f3b6cda1f131dcfde3dccfa72f2bb65
parent079791614a76d97f834d5bccb4f67c04ed4ae34e
PNG re-work: remove direct image access

the PNG driver has long directly accessed Imager idata data
directly, which is invalid.

I may change the internal format of the data in the future for simpler
MMX/SSE implementation.
PNG/impng.c