Search found 2 matches

by jdavis
Tue Mar 23, 2004 5:50 pm
Forum: NConvert
Topic: Automating image conversion
Replies: 2
Views: 2720

Re: Automating image conversion

My current command line is as follows:

nconvert -v -resize 150 150 -ratio -o ../imageconverted/150x150/%.* *.*
All my output filnames have ".*" as their extension. Weird.

And the file format is not kept?
Pierre.

The format is fine. The filename, or rather the file extension, is not. Since most ...
by jdavis
Fri Mar 19, 2004 11:56 pm
Forum: NConvert
Topic: Automating image conversion
Replies: 2
Views: 2720

Automating image conversion

Hi,

I am working on a little project to allow our users to drop files into directories that are then processed via a cron job to various maximum resolutions and written to corresponding output directories. I would like to be able to keep the file type the same as what they drop off for processing ...