add more details to code comment

This commit is contained in:
josch 2015-03-06 19:19:21 +01:00
parent 2cb8e55f1d
commit ad8567d352

View file

@ -244,7 +244,8 @@ def convert(images, dpi=None, x=None, y=None, title=None, author=None,
ndpi = dpi, dpi ndpi = dpi, dpi
debug_out("input dpi (forced) = %d x %d"%ndpi, verbose) debug_out("input dpi (forced) = %d x %d"%ndpi, verbose)
else: else:
ndpi = (96, 96) # TODO: read real dpi # TODO: read real dpi from input jpeg2000 image
ndpi = (96, 96)
debug_out("input dpi = %d x %d"%ndpi, verbose) debug_out("input dpi = %d x %d"%ndpi, verbose)
if colorspace: if colorspace: