rawfilewizard

git clone https://git.clttr.info/rawfilewizard.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit fd2f3e4980a8c9e50aa960739c3d659c9e941931
parent 934d173d81d8d676e0a7a8a2004550db96aaf692
Author: rwa <apollo@rw-net.de>
Date:   Mon, 15 Oct 2018 17:10:25 +0000

Add README.md
Diffstat:
AREADME.md | 25+++++++++++++++++++++++++
1 file changed, 25 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,24 @@ +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 +\ No newline at end of file