google-code-export / django-filebrowser

Automatically exported from code.google.com/p/django-filebrowser
Other
0 stars 0 forks source link

Cropping Options for Filebrowser 3 #172

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Added some additional cropping options to the crop and scale functions in
Filebrowser 3. Options include starting the crop from the top_left,
top_right, bottom_left or bottom_right corners of the image. See .diff for
more details.

Original issue reported on code.google.com by luxag...@gmail.com on 17 Aug 2009 at 6:37

Attachments:

GoogleCodeExporter commented 9 years ago
looks good. I´ll do some testing ...

thanks a lot for the patch.

Original comment by sehmaschine on 18 Aug 2009 at 3:12

GoogleCodeExporter commented 9 years ago
I´ve done a bit of testing (sorry that it took so long) and I´m having a 
problem with
"crop upscale". somehow that doesn´t seem to work as expected. maybe you wanna 
check
your code (maybe it´s just a misunderstanding about the behaviour). thanks.

Original comment by sehmaschine on 12 Nov 2009 at 10:33

GoogleCodeExporter commented 9 years ago
currently i am monkeypatching with this code to add another option "extent" 
which lets 
the picture keep its ratio, but puts it in the middle of the new picture - 
which 
exactly has the size expected.

Original comment by g4b....@gmail.com on 26 Jan 2010 at 12:16

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by klemens.mantzos on 16 Mar 2010 at 3:26

GoogleCodeExporter commented 9 years ago
@sehmaschine should we add the extent option?

Original comment by klemens.mantzos on 17 Mar 2010 at 5:00

GoogleCodeExporter commented 9 years ago

Original comment by klemens.mantzos on 27 May 2010 at 11:57

GoogleCodeExporter commented 9 years ago

Original comment by klemens.mantzos on 23 Nov 2010 at 4:41

GoogleCodeExporter commented 9 years ago
Any thoughts on implementing Jcrop for thumbnails?  Aspect ratio could be 
locked to thumbnail specs etc, Someone just posted a Jcrop form on Snippets 
http://djangosnippets.org/snippets/2316/ 

Use case: 
1. Client is photographer, art director etc and needs control of cropping..  

I don't think rotating or further manipulation is necessary (can be done in PS, 
Gimp etc).  But for image-centric sites, loosing control of cropping options -- 
especially when locked into a specific dimensions -- is pretty big deal.

Original comment by ste...@gmail.com on 28 Jan 2011 at 4:43

GoogleCodeExporter commented 9 years ago
I just started playing with adding jcrop; I don't think it should be 
particularly difficult.  I'd be up for doing it 'correctly' and submitting a 
patch.

Any thoughts on how exactly the interface should work?  I rather like 
django-cropper, where you can manually specify the x/y/width/height if desired.

Original comment by da...@icapsid.net on 9 Feb 2011 at 7:56

GoogleCodeExporter commented 9 years ago
if someone wants to submit a patch:
1. it should work on the detail-page (probably below flip/rotate).
2. manually specifying the dimensions is important.
3. the actual cropping should NOT be done before I click "save".
4. renaming and flip/rotate should work together with cropping.

thanks,
patrick

Original comment by sehmaschine on 17 Mar 2011 at 5:33