Fabio Caccamo

Results 336 comments of Fabio Caccamo

In a past project I used this lib to fix the image rotation issue: [https://pypi.python.org/pypi/img_rotate](https://pypi.python.org/pypi/img_rotate) It's very easy to implement it: ``` python from img_rotate import fix_orientation fix_orientation( model_obj.image_field.path, save_over=True...

Here some smart-crop services: http://cloudinary.com/blog/smart_automatic_image_cropping_maybe_you_can_always_get_what_you_want http://thumbor.org/ Any feedback about this issue? It would be appreciated...

Hi @respondcreate, exactly, I imagine an additional sizer that uses a PPOI (determined by an algorithm) to crop. Thanks for the quick feedback :).

@respondcreate thanks!

@drigan this issue is not about cropping geometry, but cropping smartly using as center the "image gravity point" (it is different for each image), please check the links above.

If you check the links below it's pretty clear. The PPOI should be detected automatically by the library based on the image, so it will be different for each image.

The objective is to crop images based on "automatically detected PPOI" to provide better thumbnails.

@drigan invalid image link

@drigan try to click your link...

Frankly I love how `django-modeltranslation` customizes the admin using jquery tabs, I think that it's the best solution. Is it planned to do something similar?