Two output files during tif -> jpg conversion
Posted: 2013-09-09T10:27:14-07:00
When I do:
convert aa.tif -compress LossLess -quality 100% bb.jpg
two output files are produced:
bb-0.jpg, which is the input file geometry (eg. 9432 x 6360)
bb-1.jpg, which is a reduced geometry version (eg. 1491 x 1005).
I just want a single output file, named bb.jpg, with the geometry of the input file.
How?
Thanks.
convert aa.tif -compress LossLess -quality 100% bb.jpg
two output files are produced:
bb-0.jpg, which is the input file geometry (eg. 9432 x 6360)
bb-1.jpg, which is a reduced geometry version (eg. 1491 x 1005).
I just want a single output file, named bb.jpg, with the geometry of the input file.
How?
Thanks.