convert foo.tif foo.jpg creates 2 jpgs
Posted: 2008-09-13T06:18:30-07:00
hi!
I want to convert tifs into jpg. When I use the following command I end up with two jpgs: foo.jpg.0 and foo.jpg.1. foo.jpg.0 has the original size of the tif, foo.jpg.1 is 1/3 of that size.
Is there a way to receive only one jpg with the original size or do I have to use a workaround and simply delete the smaller jpg?
thank you!
I want to convert tifs into jpg. When I use the following command I end up with two jpgs: foo.jpg.0 and foo.jpg.1. foo.jpg.0 has the original size of the tif, foo.jpg.1 is 1/3 of that size.
Code: Select all
convert foo.tif foo.jpg
thank you!