From 92785f78cbad40e196be85fe35816538ed2dc977 Mon Sep 17 00:00:00 2001 From: Daniele Verducci Date: Sun, 23 Mar 2014 19:44:26 +0100 Subject: [PATCH] Readme --- README.md | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 509455b..f09248d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,39 @@ ImageRenameByExif -================= +========= + +ImageRenameByExif is a library to automatically rename and order image based on the EXIF data ([what is it?](http://it.wikipedia.org/wiki/Exchangeable_image_file_format)) + +Use +--- + - You can include the sources or the compiled JAR to a project and use it, or... + - You can use the demo application provided compiling from Eclipse or launching the jar from a console with the syntax +```sh +java -jar ImageRenameByExifGui.jar +``` +and selecting a source and a destination folder + +How does it work +--- +The library will cycle all the files in the provided source directory and copy all the Jpeg files to a provided destination directory naming it with the shooting date reported in the EXIF data or, if unavailable, the file creation date. + +Version +---- +1.0 + +Thanks +----------- + +Thanks to drewnoakes for the [EXIF Metadata Extractor library](https://drewnoakes.com/code/exif/) + +Thanks Adobe for the [XMP library](http://www.adobe.com/devnet/xmp.html) + + +License +---- + +ImageRenameByExif and the demo project are released under GPL v3 License + +The EXIF Metadata Extractor library is released under the Apache 2 Licence and cannot be considered part of this project, it is an indipendent library with an indipendent licence. The sources are not included in this project, the library is included in binary form. + +The XMP library is released under the BSD License and cannot be considered part of this project, it is an indipendent library with an indipendent licence. The sources are not included in this project, the library is included in binary form. -A library to automatically rename and order imager on the exif date