Search found 2 matches

by jonsgro
2012-05-04T15:49:55-07:00
Forum: Users
Topic: Command Line help controlling output name and folder
Replies: 5
Views: 11361

Re: Command Line help controlling output name and folder

at this point i might as well just write out a long batch file (.bat) that has each file listed, and change the output subdir per image too... cd c:\FolderA\thumbs convert "C:\FolderA\testA.tga -format png -thumbnail 64x64 -set filename:orig %f %[filename:orig].png cd c:\FolderB\thumbs convert "C ...
by jonsgro
2012-05-04T11:38:14-07:00
Forum: Users
Topic: Command Line help controlling output name and folder
Replies: 5
Views: 11361

Command Line help controlling output name and folder

Hi, I just started using ImageMagick-6.7.6-Q16 for creating thumbnails for large numbers of images. I've been struggling though trying to get the "convert" and/or "mogrify" commands to output to folders and filenames that i want. I have sort of gotten the results that i want by using "convert" but i ...