richardbarran / django-photologue

A customizable plug-in photo gallery management application for the Django web framework.
BSD 3-Clause "New" or "Revised" License
674 stars 239 forks source link

Apply crop/effect changes to existing images #210

Closed drazenzen closed 4 years ago

drazenzen commented 4 years ago

Changing crop_from or effect property on existing Photo objects does not save/apply changes on image files. Additional kwargs variable (recreate) is added to Photo.save method to handle image recreation flow in case of crop_from or effect changes on Photo objects.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+2.2%) to 69.5% when pulling a858ed4e13f852a3ee5e0aac713b6f05a03b0c0a on drazenzen:apply-crop-effect-on-existing-images into d48745c8db1d8875e9ea287d6f19ada8dfd6d6b7 on richardbarran:master.

richardbarran commented 4 years ago

Hi, Thanks for spotting this and sending in a PR!