Search found 2 matches

by theboywonder
2015-12-01T05:46:30-07:00
Forum: Users
Topic: Command line parameters
Replies: 3
Views: 2233

Re: Command line parameters

This is what I have so far, but I need the output to be in a subfolder...

Code: Select all

convert *.TIF -units PixelsPerInch -resize 1148 -density 72 -set filename:out %t %[filename:out].jpg
by theboywonder
2015-12-01T05:10:43-07:00
Forum: Users
Topic: Command line parameters
Replies: 3
Views: 2233

Command line parameters

Hi I need a process to convert TIF images to two different JPG formats, each in there own subfolder. I am suspecting this will be two separate command line tasks? I'd be grateful if anyone can offer some guidance. I have read the Command Line usage guide, but I am not familiar with command line ...