Search found 4 matches

by jj238095
Wed Aug 03, 2011 2:28 pm
Forum: NConvert
Topic: Possible to have $ in output path?
Replies: 1
Views: 938

Possible to have $ in output path?

Hello,

is it possible to really get the $ sign in the output path?

nconvert.exe [...] -out jpeg -o \\server\share $ \3264696.jpg -overwrite [...] \\source\pics\3264696.tif

I realize the the option for -o below has great value - but in the above case it transforms the output path.

-o filename ...
by jj238095
Mon Jun 06, 2011 12:01 pm
Forum: NConvert
Topic: filename problem when resizing (keep format)
Replies: 4
Views: 2251

Re: filename problem when resizing (keep format)

Je vous remercie pour votre réponse rapide et pour ses efforts!
by jj238095
Fri Jun 03, 2011 9:28 pm
Forum: NConvert
Topic: filename problem when resizing (keep format)
Replies: 4
Views: 2251

Re: filename problem when resizing (keep format)

Hello Pierre,

since I want the output format to be the same as the input I just tried without -out. It seems to work: nconvert does the resizing and leaves the format the same. It's just that the filenames get created witout the extension.
cmd output:

C:\temp>nconvert -v -npcd 2 -size 256x256+0 ...
by jj238095
Fri Jun 03, 2011 12:15 pm
Forum: NConvert
Topic: filename problem when resizing (keep format)
Replies: 4
Views: 2251

filename problem when resizing (keep format)

Hello,

I have a folder with files in different formats. They all should be resized to a new folder, but the filename and the format should be the same:

nconvert -v -truecolors -npcd 2 -size 256x256+0 -ctype grey -corder inter -o X:\resized\%% -ratio -rtype lanczos -rflag decr -resize 200 200 ...