Go to file
Daniele Verducci 92785f78cb Readme
2014-03-23 19:44:26 +01:00
ImageTimeRenameByExifGUI First commit 2014-03-22 00:28:34 +01:00
ImageTimeRenameByExifLib First commit 2014-03-22 00:28:34 +01:00
.gitignore Initial commit 2014-03-21 16:25:32 -07:00
LICENSE Initial commit 2014-03-21 16:25:32 -07:00
README.md Readme 2014-03-23 19:44:26 +01:00

ImageRenameByExif

ImageRenameByExif is a library to automatically rename and order image based on the EXIF data (what is it?)

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
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

Thanks Adobe for the XMP library

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.