Re: cropping of an image

2011-07-08 Thread Thomas Augestad Weholt
There are several options. Take a look at django-photofile. It rotates photos based on exif-info as well. If you don't want to use the entire app you should be able to rip out just the cropping part. Sendt fra min iPad Den 7. juli 2011 kl. 22:16 skrev jaspreet kaur : > Hello everyone > I wan

Re: cropping of an image

2011-07-07 Thread jaspreet kaur
On Fri, Jul 8, 2011 at 2:01 AM, Jonas Geiregat wrote: > > >> >> I want the code for including an image with crop feature. > > Django doesn't come with any image handling libraries. > I've done this before and have used PIL (Python Image Library) for it. > > It might be advised to use this in combi

Re: cropping of an image

2011-07-07 Thread Jonas Geiregat
> > I want the code for including an image with crop feature. Django doesn't come with any image handling libraries. I've done this before and have used PIL (Python Image Library) for it. It might be advised to use this in combination with celery if you're handling large files. That way it w

cropping of an image

2011-07-07 Thread jaspreet kaur
Hello everyone I want the code for including an image with crop feature. Please help me Thanks in advance Jaspreet -- 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