Quote:
Originally Posted by Jellby
I think you are wrong.
|
Jellby, you are right! Not that I'm taking sides...
In my modified html2mobi.pl file that I call from within PDFRead, I sort of disable the automatic Palm image quality reduction which "fits" images within its maxsize (60K) by upping the maxsize to say, triple, that i.e. 180k.
Code:
- In MobiPerl/Util.pm, changed bold part:
my $maxsize = 61000*3;
It is a nice tradeoff between too high quality in .mobi ebooks and inferior .jpg quality artifacts. Obviously this "fix" will break for Palm devices.