| 177 | } |
| 178 | |
| 179 | void 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 | |
| 195 | int main(int ac, char *av[]) |
| 196 | { |