Command line image conversion and Printing

B

Ben Wylie

I'm looking for a freeware tool which can both convert a wide range of image
files via the command line, and also be able to print the images via the
command line. As far as i can see irfanview and the other common freeware
image software don't have these features via the command line.

Thanks
Ben
 
G

Greg Leffler

ImageMagick has a windows port and you can use 'convert.exe' bundled
with it to convert images from pretty much anything to pretty much
anything else.
 
B

Ben Wylie

Greg Leffler said:
ImageMagick has a windows port and you can use 'convert.exe' bundled
with it to convert images from pretty much anything to pretty much
anything else.

Thanks. I shall give it a go.

Is this just a conversion tool, or can you print the images as well?

Cheers,
Ben
 
P

Patrick Peccatte

Ben said:
I'm looking for a freeware tool which can both convert a wide range
of image files via the command line, and also be able to print the
images via the command line. As far as i can see irfanview and the
other common freeware image software don't have these features via
the command line.

You can use IrfanView in command line mode.
See help in F1, Index tab, double click on "Command Line Options"

Example for convert:
i_view32.exe c:\*.jpg /resample=(500,300) /convert=d:\temp\*.png

Example for print:
i_view32.exe c:\*.jpg /print
Print all JPGs from "C:\" and close IrfanView.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top