This commit is contained in:
Kovid Goyal 2024-01-26 21:35:58 +05:30
parent ea7d80c79b
commit f7d9b0383e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -661,7 +661,6 @@ def encode_webp(file_path, quality=75, m=6, metadata='all'):
return run_cwebp(file_path, False, quality, m, metadata) return run_cwebp(file_path, False, quality, m, metadata)
# }}} # }}}
# PIL images {{{ # PIL images {{{
def align8to32(bytes, width, mode): def align8to32(bytes, width, mode):
""" """
@ -721,7 +720,6 @@ def convert_PIL_image_to_pixmap(im):
return QPixmap.fromImage(qimg) return QPixmap.fromImage(qimg)
# }}} # }}}
def test(): # {{{ def test(): # {{{
from glob import glob from glob import glob