removed debug statements, fixed tables in PDF format
svn: r269
This commit is contained in:
@@ -128,7 +128,6 @@ def mk_thumb(source,dest,size):
|
||||
os.system(cmd)
|
||||
else:
|
||||
try:
|
||||
print "Creating thumbnail",dest,"from",source
|
||||
im = PIL.Image.open(source)
|
||||
im.thumbnail((size,size))
|
||||
im.save(dest,"JPEG")
|
||||
|
Reference in New Issue
Block a user