View Single Post
Old 09-08-2016, 06:50 PM   #2
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Anything which Qt recognizes as an image. You can see the list by running the command:

Code:
calibre-debug -c "from PyQt5.Qt import QImageReader; print([bytes(x).decode('utf-8') for x in QImageReader.supportedImageFormats()])"

Aside: Linux distro packages may be different than the official calibre releases. My from-source Arch Linux install with system Qt5 only lists [u'bmp', u'cur', u'gif', u'ico', u'jpeg', u'jpg', u'pbm', u'pgm', u'png', u'ppm', u'svg', u'svgz', u'xbm', u'xpm'].

Last edited by eschwartz; 09-08-2016 at 06:53 PM.
eschwartz is offline   Reply With Quote