| |
Commandline Parameters
For examples of the commandline parameters, see the Commandline Support page.
Main Parameters:
| Parameter: |
Description: |
| /convert FORMAT COMPRESSIONMETHOD COLORDEPTH QUALITY PROGRESSIVEPASSES |
This parameter has to be specified. The FORMAT must be specified (e.g. JPG), while the rest of the values are optional. For more information about each format's optional values, see the Formats in the All Formats list in this helpfile. |
| /profile PROFILE |
If this parameter is specified, ImageBadger will load the profile specified and apply the filters in it. You just have to specify the name of the Profile, not the path or prefix. |
/?
/help |
This parameter shows a messagebox quick-help explaining how to use the commandline parameters. |
| /mpo 0/1/2 |
The multi-page option to use when converting. 0 means only output multi-page when supported else just output first frame, 1 means single-page for all frames in image, 2 means just single-page of first frame. If this parameter is not specified, the one chosen in Global Options will be used. |
| /delete |
If this parameter is specified, ImageBadger will delete the source images after a successfull conversion. We do not recommend to use this parameter unless you are 100% sure you want to delete the original images. If this parameter is not specified, the one chosen in Global Options will be used. |
| /silent |
If this parameter is specified, ImageBadger will not give any messageboxes if any errors occurs. If this parameter is not specified, the one chosen in Global Options will be used. |
| /subfolder 0/1 |
This parameter sets whether to scan subfolders or not. 1 means scan and 0 means not scan. If this parameter is not specified, the one chosen in Global Options will be used. |
| /shelloptions |
If this parameter is specified, the Shell Context Options window will be shown. |
| /open |
If this parameter is specified, ImageBadger's Main Window will be shown. |
Note: All parameters above (Main Parameters) are recommended to be placed before the parameters below.
Adding Images Parameters:
| Parameter: |
Description: |
| /list c:\list1.txt|c:\list2.txt|... |
This parameter opens the files specified and reads each line and adds the images listed in them. Each image in the list have to be on its own line, with their absolute path.
You can add one or more lists by seperating them with | as shown in the parameter on this page. |
| /file c:\image.bmp|c:\Images\|c:\Windows\*.bmp|... |
This parameter adds a single image, adds all images in a folder or wildcard (e.g *.jpg) searches in a folder.
You can add one or more files/folders by seperating them with | as shown in the parameter on this page. |
One of the adding images methods specified above must be chosen.
Output Parameters:
| Parameter: |
Description: |
| /usesf |
This will use the original images' source path when outputting the converted files. |
/output ABSOLUTEPATH
/output APPENDPATH |
This will output the converted images into the specified path. You can either use an absolute path, or just type the path you want appended to the original image's path. ImageBadger thinks the path you type is absolute if the path entered has the drive or networkpath \\ infront, e.g. C:\Images\, \\Server\Images\ |
One of the output methods specified above must be chosen, either use their original source folder, append a folder path or use an absolute folder path.
Filename Parameters:
| Parameter: |
Description: |
| /fna TEXT |
The TEXT you want to insert AFTER the original filename. |
| /fni TEXT |
The TEXT you want to insert INFRONT of the original filename. |
| /fnn FORMAT |
The numbering FORMAT you want use when there already exists files with the same name, and ImageBadger have to add a number to the new files. Must have %n tag in the format that represents where the actual number is to be located. |
| /fnmp FORMAT |
The numbering FORMAT to use when saving each frame in a multi-page image to single images. Must have %n tag in the format that represents where the actual number is to be located. |
The above values are optional. If you don't specify them, the ones chosen in the File Options window will be used.
Filter Parameters:
For information about each filter's parameter values, see the Filters in the All Filters list in this helpfile.
The filters are applied in the order of which they are in the commandline call to ImageBadger. If you e.g. want it to apply the resize filter before the rotate filter, the resize filter parameter has to be before the rotate filter parameter.
|