aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/apps
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-03-01 21:38:09 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-03-01 21:38:09 +0100
commitec9105b690974b0246e36769506e735c4edf069a (patch)
treec79a3a4489baae55fb74d84714ed728b79e50784 /bsie/apps
parent464cc6cb54f55f6255bf0a485533c181d6018303 (diff)
downloadbsie-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.yaml8
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: {}