diff options
author | red031000 <rubenru09@aol.com> | 2020-07-17 19:09:55 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-17 19:09:55 +0100 |
commit | e0e55af2c9dea2a8b55cd95d69b08bc2ab9d5912 (patch) | |
tree | 2f727c2abac9ab84acc9780899caa6ff869cb732 /tools/nitrogfx/options.h | |
parent | 82ee6e25d77af95d173f0aa64194e2013eda5a24 (diff) |
nitrogfx support for scanned images
Diffstat (limited to 'tools/nitrogfx/options.h')
-rw-r--r-- | tools/nitrogfx/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/nitrogfx/options.h b/tools/nitrogfx/options.h index dc90a2a2..b03bd561 100644 --- a/tools/nitrogfx/options.h +++ b/tools/nitrogfx/options.h @@ -30,6 +30,7 @@ struct PngToNtrOptions { bool byteOrder; bool version101; bool sopc; + bool scanned; }; |