Keep EXIF on processed images
This commit is contained in:
parent
84a1b11315
commit
049fcb2dce
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ class Attachment(models.Model):
|
||||||
"resize": 3,
|
"resize": 3,
|
||||||
"resize_width": 640,
|
"resize_width": 640,
|
||||||
"resize_height": 10000,
|
"resize_height": 10000,
|
||||||
|
"keep_exif": 1,
|
||||||
"file_paths": json.dumps(
|
"file_paths": json.dumps(
|
||||||
[f"{self.original_file.name}:{self.original_file.path}"]
|
[f"{self.original_file.name}:{self.original_file.path}"]
|
||||||
),
|
),
|
||||||
|
|
Reference in a new issue