forked from josch/img2pdf
add more details to code comment
This commit is contained in:
parent
2cb8e55f1d
commit
ad8567d352
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue