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

Function usage

samples/rawtextdump.cpp:32–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#include "libraw/libraw.h"
31
32void usage(const char *av)
33{
34 printf(
35 "Dump (small) selection of RAW file as tab-separated text file\n"
36 "Usage: %s inputfile COL ROW [CHANNEL] [width] [height]\n"
37 " COL - start column\n"
38 " ROW - start row\n"
39 " CHANNEL - raw channel to dump, default is 0 (red for rggb)\n"
40 " width - area width to dump, default is 16\n"
41 " height - area height to dump, default is 4\n"
42 , av);
43}
44
45unsigned subtract_bl(unsigned int val, int bl)
46{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected