Kovid,
FYI, the recent change "Remove ImageMagick" (11f239c6e507bdec9c6b56b3c97736ac899a0e79) removes several parts that the Generate Cover plugin depends on:
Presumably it's at least possible to redo GC to use something else, but I have no idea how hard it would be to do. (Nor a huge interest in doing it if it is difficult.)
FYI, the recent change "Remove ImageMagick" (11f239c6e507bdec9c6b56b3c97736ac899a0e79) removes several parts that the Generate Cover plugin depends on:
Code:
from calibre.utils.magick.draw import (TextLine, create_canvas, create_text_wand,
_get_line, annotate_img, fit_image)