django is in python, just crop the image just any other python program
would. people use PIL a lot, try using that (or pillow).
you can also use external tools like imagemagick, either using one of the
python bindings or calling the command line tools using subprocess


On Wed, Jun 26, 2013 at 1:48 PM, thomaaaas <thomas.p...@gmail.com> wrote:

> An easy way to integrate Jcrop in Django's admin?
>
> Hello,
>
> I'm new in the Django world, and I have a question regarding image
> resizing.
>
> What I'm trying to do:
> 1) A user upload an image in the admin
> 2) He is shown the Jcrop interface to crop the image, and submit the form
> 3) The original image and the cropped one are stored in imagefields
>
> I know there are some open source projects that are doing this
> (django-cropper or django-image-cropping) but I want to do it by myself.
>
> I have a PHP background, where this kind of things where really easy to
> do. But it seems that it's a lot more difficult to achieve in Django, which
> makes me doubt about my idea to learn Django...
>
> Any advice on how to do this in a simple way?
> Thanks!
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to