Using python App Engine I need to convert a JPG image that is one 9 MB file (of Pakistan's floods) into many PNG tiles.
For the PNG part, I already know how to use PyPNG, which is great. Note: PIL cant be used with App Engine.
So how do I decode the JPG into pixel data?