diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-01 21:38:09 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-01 21:38:09 +0100 |
commit | ec9105b690974b0246e36769506e735c4edf069a (patch) | |
tree | c79a3a4489baae55fb74d84714ed728b79e50784 /bsie/apps | |
parent | 464cc6cb54f55f6255bf0a485533c181d6018303 (diff) | |
download | bsie-ec9105b690974b0246e36769506e735c4edf069a.tar.gz bsie-ec9105b690974b0246e36769506e735c4edf069a.tar.bz2 bsie-ec9105b690974b0246e36769506e735c4edf069a.zip |
Exif data reader and extractor
Diffstat (limited to 'bsie/apps')
-rw-r--r-- | bsie/apps/default_config.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bsie/apps/default_config.yaml b/bsie/apps/default_config.yaml index 4d99e22..a59b0f3 100644 --- a/bsie/apps/default_config.yaml +++ b/bsie/apps/default_config.yaml @@ -11,7 +11,9 @@ ExtractorBuilder: - bsie.extractor.generic.stat.Stat: {} - bsie.extractor.image.colors_spatial.ColorsSpatial: - width: 2 - height: 2 - exp: 2 + width: 32 + height: 32 + exp: 4 + + - bsie.extractor.image.photometrics.Exif: {} |