Releases: dchukhin/django_optimized_image
Releases · dchukhin/django_optimized_image
0.3.0
01 Apr 17:07
Compare
Sorry, something went wrong.
No results found
This release includes the following changes:
update the image's size attribute after optimizing the image (which allows images to be stored in Google Cloud) (#3 )
increases Django version to latest bugfix release (for Django 1.11)
0.2.0
11 Mar 15:47
Compare
Sorry, something went wrong.
No results found
This release includes the following changes:
add an optional OPTIMIZED_IMAGE_IGNORE_EXTENSIONS setting for image extensions that should avoid optimization project-wide (#1 )
increase testing to include python3.7 and Django2.1 (#2 )
0.1.0
17 Jan 14:31
Compare
Sorry, something went wrong.
No results found
This release includes the following changes:
remove configuration with S3, and allow using a project's default storage
added the option to use Pillow for optimization
OPTIMIZED_IMAGE_METHOD (now a required setting) setting determines whether to use "tinypng"(TinyPNG ) or "pillow"(Pillow ) for optimization