Command Line Parameters for the Imaging Codec Test (Windows Embedded CE 6.0)
1/6/2010
The Imaging Codec Test runs the tux.exe -o -d ImgCodecTK command line entry on default execution. You can modify the test by using the -c parameter to edit the command line. The following table shows the command line options for the Imaging Codec Test. These options can be combined by surrounding all of the specified options in quotation marks: for example, -c "/Dest \release /BuiltinFirst".
Command line parameter | Result |
---|---|
/Help /? /h |
List these parameters. |
/Source dir |
Specifies the directory from which to use images for testing. The default is the root directory, \. |
/Dest dir |
Specifies the directory to be used when saving temporary images. The default is the root directory, \. |
/CodecType MIMEsubtype |
Directs test to test only code that supports the given MIME subtype. Use the last part of the image/subtype MIMEtype; for example, /CodecType jpeg would run the tests with only the jpeg encoder and/or decoder. |
/BuildinFirst |
Decoder test option: When choosing test decoder, prefer built-in over user decoder if both are available. Without this parameter, the tests will default to a user decoder whenever available. |
/NoBuiltin |
Encoder test option: Do not test built-in encoders. The test will skip if there are no user encoders or if both /NoBuiltin and /NoUser options are specified. |
/NoUser |
Encoder test option: Do not test user encoders. |