Find out which of the following methods are needed by the draw call,

class ImageReader(object):
    def __init__(self, fileName):
    def _read_image(self,fp):
    def _jpeg_fh(self):
    def getSize(self):
    def getRGBData(self):
    def getImageData(self):
    def getTransparent(self):

Just copy all the code for ImageReader in your own class and put print
statements in every method
Then rewrite these methods to get the same functionality as the
original but with using a jpg stored in a BlobProperty.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to