1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-02-24 17:11:18 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
aeltheos
5d52183852 Merge branch 'nix-shell' into 'main'
Nix shell

See merge request bde/nk20!201
2024-03-16 17:51:47 +01:00

View File

@ -121,7 +121,7 @@ class ImageForm(forms.Form):
frame = frame.crop((x, y, x + w, y + h))
frame = frame.resize(
(settings.PIC_WIDTH, settings.PIC_RATIO * settings.PIC_WIDTH),
Image.LANCZOS,
Image.ANTIALIAS,
)
frames.append(frame)