#1109 and #1041 Added documentation and log files to the published builds.

This commit is contained in:
Robin Mills
2015-12-12 19:10:52 +00:00
parent 57a4a08458
commit aa1e9e88e5
3 changed files with 176 additions and 37 deletions
+6
View File
@@ -16,6 +16,12 @@ try {
return 1;
}
if ( strcmp(argv[1],"--version") == 0 ) {
exv_grep_keys_t keys;
Exiv2::dumpLibraryInfo(std::cout,keys);
return 0;
}
Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open(argv[1]);
assert(image.get() != 0);
image->readMetadata();