View Single Post
Old 08-22-2012, 05:13 AM   #106
bverspeiser
Member
bverspeiser began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Dec 2011
Device: pb 603
Pocketbook 603: not supported bmp

Hm, for me this plugin never worked: When selecting the cover it shows a message: "not supported bmp". I helped myself by inserting a

Code:
os.system("/usr/bin/convert - colors 8 %s %s" % (dest, dest))
after the save_cover_data_to at copy_to_pocketbook in ui.py. But this does not work anymore in the actual version (dialogs.py now) either (the plugin does not show up in the menues). I do not know the difference between the PIM-image and the ImageMagick-image but the IM-one worked with older versions.

Last edited by bverspeiser; 08-22-2012 at 05:15 AM.
bverspeiser is offline   Reply With Quote