diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-01 17:07:06 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-01 17:07:06 +0100 |
commit | 464cc6cb54f55f6255bf0a485533c181d6018303 (patch) | |
tree | 0a2447aac75d91230b4fdbaddf129d408e5d5b7e /bsie/apps/default_config.yaml | |
parent | 02cd75f31120a766a35fc0ae00f8d0711c1c0ae9 (diff) | |
download | bsie-464cc6cb54f55f6255bf0a485533c181d6018303.tar.gz bsie-464cc6cb54f55f6255bf0a485533c181d6018303.tar.bz2 bsie-464cc6cb54f55f6255bf0a485533c181d6018303.zip |
load config from file
Diffstat (limited to 'bsie/apps/default_config.yaml')
-rw-r--r-- | bsie/apps/default_config.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bsie/apps/default_config.yaml b/bsie/apps/default_config.yaml new file mode 100644 index 0000000..4d99e22 --- /dev/null +++ b/bsie/apps/default_config.yaml @@ -0,0 +1,17 @@ + +ReaderBuilder: {} + +ExtractorBuilder: + + - bsie.extractor.preview.Preview: + max_sides: [50, 100, 200,400] + + - bsie.extractor.generic.path.Path: {} + + - bsie.extractor.generic.stat.Stat: {} + + - bsie.extractor.image.colors_spatial.ColorsSpatial: + width: 2 + height: 2 + exp: 2 + |