Re: is it possible to manipulate image in PIL after uploading directly by its "request.FILES.GETLIST(FORMFIELD)" address not the saved picture on hard disk

2016-09-10 Thread ali Eblice
umentation for the `frombytes` method: > https://pillow.readthedocs.io/en/3.3.x/reference/Image.html#PIL.Image.frombytes > > Hope that helps. > Regards, > > Asad Jibran Ahmed > > http://blog.asadjb.com > > On Fri, Aug 26, 2016 at 7:46 PM, ali Eblice > wrote: > >> H

Re: is it possible to manipulate image in PIL after uploading directly by its "request.FILES.GETLIST(FORMFIELD)" address not the saved picture on hard disk

2016-08-26 Thread Asad Jibran Ahmed
Eblice wrote: > Hello Friends > is it possible to manipulate image in PIL after uploading directly by its " > *request.FILES.GETLIST(FORMFIELD)*" address not the saved picture on > hard disk? > > I wrote a function for manipulating but its only working with " >

is it possible to manipulate image in PIL after uploading directly by its "request.FILES.GETLIST(FORMFIELD)" address not the saved picture on hard disk

2016-08-26 Thread ali Eblice
Hello Friends is it possible to manipulate image in PIL after uploading directly by its " *request.FILES.GETLIST(FORMFIELD)*" address not the saved picture on hard disk? I wrote a function for manipulating but its only working with " *Image.open('a.jpg')* "