MCPcopy Create free account
hub / github.com/LibRaw/LibRaw / print_usage

Function print_usage

samples/raw-identify.cpp:179–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void print_usage(const char *pname)
180{
181 printf("Usage: %s [options] inputfiles\n", pname);
182 printf("Options:\n"
183 "\t-v\tverbose output\n"
184 "\t-w\tprint white balance\n"
185 "\t-u\tprint unpack function\n"
186 "\t-f\tprint frame size (only w/ -u)\n"
187 "\t-s\tprint output image size\n"
188 "\t-h\tforce half-size mode (only for -s)\n"
189 "\t-M\tdisable use of raw-embedded color data\n"
190 "\t+M\tforce use of raw-embedded color data\n"
191 "\t-L filename\tread input files list from filename\n"
192 "\t-o filename\toutput to filename\n");
193}
194
195int main(int ac, char *av[])
196{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected