mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
ea7d80c79b
commit
f7d9b0383e
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user