mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
c212da613d
commit
c8b2795416
@ -1,7 +1,6 @@
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
import re
|
||||
from calibre.ebooks.BeautifulSoup import BeautifulSoup
|
||||
from calibre.utils.magick import Image, PixelWand, create_canvas
|
||||
from calibre.utils.magick import Image
|
||||
|
||||
|
||||
''' Version 1.2, updated cover image to match the changed website.
|
||||
@ -73,7 +72,6 @@ class AdvancedUserRecipe1306097511(BasicNewsRecipe):
|
||||
img.open(iurl)
|
||||
#width, height = img.size
|
||||
#print '***img is: ', iurl, '\n****width is: ', width, 'height is: ', height
|
||||
pw = PixelWand()
|
||||
img.trim(0)
|
||||
img.save(iurl)
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user