On Fri, Jul 8, 2011 at 2:01 AM, Jonas Geiregat <jo...@geiregat.org> 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 combination with celery if you're handling 
> large files.
> That way it wouldn't slow down the request.
Ok, thanks
> Regards,
>
> Jonas
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to