Converting hex data to image

dimplemathew.17 at gmail.com dimplemathew.17 at gmail.com
Tue Mar 12 05:31:32 EDT 2019


On Tuesday, March 12, 2019 at 2:53:49 PM UTC+5:30, Peter Otten wrote:
> dimplemathew.17 at gmail.com wrote:
> 
> >> Save the image to a file (in binary mode!) and then try to open it with
> >> an image viewer. The data may be corrupted.
> > 
> > When i tried doing that it says Invalid Image...
> 
> So it looks like the problem occurs somewhere before you are decoding the 
> image with the PIL...
This is what i am doing :
        for associate in self.conn.response[:-1]:
            attributes = associate['attributes']
             obj = {
                 'img':attributes['thumbnailPhoto'],}
This img i am calling in my view and writing to the file...




More information about the Python-list mailing list