django-imagefit icon indicating copy to clipboard operation
django-imagefit copied to clipboard

Resize an image on render. Preserve your original file on your system.

Results 11 django-imagefit issues
Sort by recently updated
recently updated
newest added

A few things about the tests: - travis-ci.org as moved to _.com_ with a few changes - test are not passing anymore while changes do not reflect any breaking change:...

enhancement

Django 3 has changed quite a few things in the way reusable apps work. This project could be readapted for Django 3 in that sense (AppConfig is an example).

enhancement

Hi Vincent. I've added a control that can expand the image using your repo. I shared the new repo in my account. I hope it helps someone https://github.com/serdardurbaris/django-imagefit/blob/master/README.md

enhancement

Hi, I'm trying to use your package with [django-s3direct](https://github.com/bradleyg/django-s3direct) and it is raising a file error. > Internal Server Error: /imagefit/resize/150x150,C/https://s3.amazonaws.com/wRCTXuPgbEOtbTzhRI8Ht.png Traceback (most recent call last): File "/home/manu/.virtualenvs/project/lib/python3.5/site-packages/django/core/handlers/exception. py", line...

enhancement

Hi, it seems JPEG images with EXIF rotation info are messed up after resizing. This can be easily fixed by rotating the image after resizing based on the information found...

enhancement

- CACHES default overwrites settings.py. - HttpResponseNotModified does not accept mimetime parameter.

- the resized images are not pngs, but the same format as the original image. PNG photos can get quite heavy. - check HTTP If-Modified-Since and return 304 if the...

Can we merge this dev branch into main? I would like the ability to use externally sourced images with this package. Thanks!

[02/Aug/2023 08:19:34] "GET /imagefit/media_resize/600x600/products_images/0515-2.png HTTP/1.1" 500 95555 Internal Server Error: /imagefit/media_resize/600x600/products_images/0500-2.png Traceback (most recent call last): File "/Users/matteolucchesi/PycharmProjects/asa-backend/venv/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) File "/Users/matteolucchesi/PycharmProjects/asa-backend/venv/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in...