Quote:
Originally Posted by tompe
As you know you will get these image sizes if you build the mobi file using "mobigen -jpeg" (or using lit2mobi). So if the version you have has smaller images you have to ask the person responsible for the file for the reason.
|
The reason is quite simple. The user used MobiPocket Creator and used href src statements to specify the images and probably used GIF images that were greater than 64K. Both of these things will cause small images. The 64K limit is also on the eReader program which uses PNG files. Both GIF can PNG can usually be made smaller if you work at it and using JPEG makes the making smaller part very easy. Referencing hisrc for the file in addition to src will likely fix the rest of the problem. mobiCreater cannot directly use PNG but can import it.
Dale