This commit is contained in:
j 2014-05-19 14:07:08 +02:00
commit 1436b14003
2 changed files with 0 additions and 5 deletions

View file

@ -8,11 +8,7 @@ from utils import find_isbns
from StringIO import StringIO
import Image
from pdf import ql_cover
def cover(path):
if sys.platform == 'darwin':
return ql_cover(path)
img = Image.new('RGB', (80, 128))
o = StringIO()
img.save(o, format='jpeg')