Quote:
Originally Posted by macr0t0r
Originally, the directory conflict bugged me because I thought importing a *.pml file would collect the images into a *.pmlz file in much the same way that importing a *.html file does.
|
I will add support for this. It's not there currently because I never though of it because I don't use the GUI.
Quote:
Originally Posted by macr0t0r
I looked into adding the ability to import the Cover Page from a PDB file, but I don't see an easy way to do it since you have to partially decode the file to get the "cover.png" image.
|
I'll add support for this too. Only two parts would need to be read. The PDB header to get the location of the eReader header (record 0) and from that get the sections that are images. In every case I've seen (I will have to make sure calibre conforms) the cover.png is the first image if there is a cover.png. It should be less processing power than extracting the image from a PMLZ archive.