IPP data is now parsed and validated, and we can successfully complete
an ip_imageProc() run. Unfortunately this is still insufficient:
* Additional fields in IppConf header not yet handled
(some are recognized/known)
* Printer requires additonal data to be sent over:
* 12 additional rows per plane (beyond the size in the print cmd)
* 9856 bytes of additional info (partial IPP headers plus ???)
* ip_getMemorySize() needs to take all of this into account
* Panorama processing adds another layer of fun on top of that.
Notes:
* Creates pretty-decent-looking images, but...
* Likely has (possibly kitten-consuming) bugs
* Output has *NOT* been compared to official Sinfonia code
* Very little actual testing so far!