Add to FimF cover_exclusion_regexp and smaller cover when href not found.

This commit is contained in:
Jim Miller 2015-04-22 14:04:25 -05:00
parent e07bd0653b
commit f51b21cfeb

View file

@ -51,7 +51,7 @@ try:
export = False
img = Image()
img.load(data)
owidth, oheight = img.size
nwidth, nheight = sizes
scaled, nwidth, nheight = fit_image(owidth, oheight, nwidth, nheight)