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') " but i don't want to save image after uploading and then opening it for manipulating , is it possible to manipulate image with its "request.FILES" object address?
-- 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') " but i don't want to save image after uploading and then opening it for manipulating , is it possible to manipulate image with its "request.FILES" object address?
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9b6734c8-4530-42b3-b791-99bbce020b32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment