mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:...
This commit is contained in:
parent
329fd4866f
commit
1a3de747d9
@ -393,7 +393,7 @@ class MobiWriter(object):
|
|||||||
return data
|
return data
|
||||||
|
|
||||||
def _generate_images(self):
|
def _generate_images(self):
|
||||||
self._oeb.logger.warn('Serializing images...')
|
self._oeb.logger.info('Serializing images...')
|
||||||
images = [(index, href) for href, index in self._images.items()]
|
images = [(index, href) for href, index in self._images.items()]
|
||||||
images.sort()
|
images.sort()
|
||||||
metadata = self._oeb.metadata
|
metadata = self._oeb.metadata
|
||||||
@ -502,7 +502,8 @@ def add_mobi_options(parser):
|
|||||||
_('Mobipocket-specific options.'))
|
_('Mobipocket-specific options.'))
|
||||||
group.add_option(
|
group.add_option(
|
||||||
'-c', '--compress', default=False, action='store_true',
|
'-c', '--compress', default=False, action='store_true',
|
||||||
help=_('Compress file text using PalmDOC compression.'))
|
help=_('Compress file text using PalmDOC compression. '
|
||||||
|
'Results in smaller files, but takes a long time to run.'))
|
||||||
group.add_option(
|
group.add_option(
|
||||||
'-r', '--rescale-images', default=False, action='store_true',
|
'-r', '--rescale-images', default=False, action='store_true',
|
||||||
help=_('Modify images to meet Palm device size limitations.'))
|
help=_('Modify images to meet Palm device size limitations.'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user