diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-09-14 14:53:28 +0200 |
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-09-14 14:53:28 +0200 |
| commit | 6ea59e3c2b2fba81ed01a11c0ddfdd2d26455bfb (patch) | |
| tree | d293f37b54f6d63fdb7c2fb3694822f0c692547a /src/odr-padenc.cpp | |
| parent | be7c6e78d334ffa9919b970aaecf2ff5f27a0354 (diff) | |
| download | ODR-PadEnc-6ea59e3c2b2fba81ed01a11c0ddfdd2d26455bfb.tar.gz ODR-PadEnc-6ea59e3c2b2fba81ed01a11c0ddfdd2d26455bfb.tar.bz2 ODR-PadEnc-6ea59e3c2b2fba81ed01a11c0ddfdd2d26455bfb.zip | |
Handle slides ending in _PadEncRawMode.jpg always in RAW
Diffstat (limited to 'src/odr-padenc.cpp')
| -rw-r--r-- | src/odr-padenc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/odr-padenc.cpp b/src/odr-padenc.cpp index da47d5b..e348713 100644 --- a/src/odr-padenc.cpp +++ b/src/odr-padenc.cpp @@ -84,6 +84,8 @@ static void usage(const char* name) { " Default: %zu (Simple Profile)\n" " -R, --raw-slides Do not process slides. Integrity checks and resizing\n" " slides is skipped. Use this if you know what you are doing !\n" + " Slides whose name ends in _PadEncRawMode.jpg or _PadEncRawMode.png are always transmitted unprocessed, regardless of\n" + " the -R option being set \n" " It is useful only when -d is used\n" " -v, --verbose Print more information to the console (may be used more than once)\n" " --version Print version information and quit\n" |
