commit 994b3549a765edae6c6e7b49270085528d5b9a77
parent 0a59a68c9f5008f005105cafe0a6506ea77183ed
Author: rwa <apollo@rw-net.de>
Date: Mon, 15 Oct 2018 19:39:19 +0200
Merge branch 'master' of gitlab.com:guzzisti1/rawfilewizard
Diffstat:
2 files changed, 24 insertions(+), 11 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,6 +1,6 @@
BSD 3-Clause License
-Copyright (c) 2018, rwa
+Copyright (c) 2018, René Wagner
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/README.md b/README.md
@@ -6,14 +6,25 @@ You can adjust the main configurations to your needs by using a small config dia
## prerequisites
the tool asumes that your raw converter uses a folder structure of the following kind
-|- raw-file
-\- JPEG-Folder
- \- JPEG-File 1
- |- JPEG-File 2
-\- Sidecar-Folder
- \- Sidecar-File 1
- |- Sidecar-File 2
-
+ base folder
+ |_ raw file
+ |_ JPEG folder
+ |_ JPEG file 1
+ |_ JPEG file 2
+ |_ sidecar folder
+ |_ sidecar file 1
+ |_ sidecar file 2
+
+on a real world scenario, this might look like this:
+
+ MyPictures
+ |_ IMG0001.DNG
+ |_ JPEG
+ |_ IMG0001.JPG
+ |_ IMG0001_colorkey.JPG
+ |_ SILKYPIX_DS
+ |_ IMG0001.spd
+
## features
- move files (raw, jpeg, sidecar) to selected destination folder
- delete files (raw, jpeg, sidecar)
@@ -25,4 +36,6 @@ the tool asumes that your raw converter uses a folder structure of the following
- german
# JpegDivider
-JpegDivider helps you split your jpeg files from raw files to create the folder structure mentioned above.
-\ No newline at end of file
+JpegDivider helps you split your jpeg files from raw files to create the folder structure mentioned above.
+
+## parameters
+\ No newline at end of file