Re: How to crop image ?
On Thu, 8 Nov 2012 10:09:18 -0300, Gink Labrev <gink.labrev@gmail.com>
declaimed the following in gmane.comp.python.django.user:
> How to crop image before upload ?
BEFORE the upload? That would require the cropping code to run on
the client side (ie, in the browser itself). That means writing an image
processor in JavaScript...
> I found this project:
> https://github.com/jonasundderwolf/django-image-cropping, but it does not
> work well.
Well, as it says, it keeps the original (uncropped/upload image) and
does the cropping when sending it out for display.
If you need to crop the image before storing it on the Django
(server) side, you may want to check out the PIL library.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home