mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 14:03:32 -07:00
remove debugging comments
This commit is contained in:
parent
83563a3f08
commit
b7e9e8b101
1 changed files with 1 additions and 4 deletions
|
@ -98,10 +98,7 @@ class PillowMinifier(ABCMinifier):
|
||||||
|
|
||||||
img.save(dest, image_format.format, quality=quality)
|
img.save(dest, image_format.format, quality=quality)
|
||||||
|
|
||||||
width, height = img.size
|
return dest
|
||||||
new_dest = dest.with_name(f"{dest.stem}_{width}x{height}{dest.suffix}")
|
|
||||||
|
|
||||||
return new_dest
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def to_jpg(
|
def to_jpg(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue