commit b6724f0d66a3161d2bc37d5ed0a69f93e580701f
parent d87b65fe6b5385f0b20d71b21bf787758270e110
Author: rwa <apollo@rw-net.de>
Date: Mon, 15 Oct 2018 19:12:19 +0200
Merge branch 'master' of gitlab.com:guzzisti1/rawfilewizard
Diffstat:
2 files changed, 37 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
@@ -1 +1,7 @@
-Visual Studio 2017 Community Edition is required for building the application.
-\ No newline at end of file
+Visual Studio 2017 Community Edition is required for building the application.
+
+If you want to contribute, do it the following way:
+- pick an issue and mention there that you will contribute
+- create a personal fork
+- push your changes to your fork
+- create a merge request mentioning the implemented issue
+\ No newline at end of file
diff --git a/README.md b/README.md
@@ -0,0 +1,28 @@
+# RawFileWizard
+RawFileWizard is a small Windows utility to work with Digital Image RAW Files (CR2, RW2, PEF, DNG, whateveryoulike) when working with a raw converter which uses [sidecar-files](https://en.wikipedia.org/wiki/Sidecar_file) like Silkypix Developer Studio.
+
+You can adjust the main configurations to your needs by using a small config dialog.
+
+## 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
+
+## features
+- move files (raw, jpeg, sidecar) to selected destination folder
+- delete files (raw, jpeg, sidecar)
+- create a destination folder within tool
+- destination folder history for easier selection
+
+## supported languages
+- english
+- 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