diff --git a/importPicture/.classpath b/importPicture/.classpath new file mode 100644 index 0000000..2061450 --- /dev/null +++ b/importPicture/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/importPicture/.project b/importPicture/.project new file mode 100644 index 0000000..3ce5071 --- /dev/null +++ b/importPicture/.project @@ -0,0 +1,17 @@ + + + importPicture + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/importPicture/README.jp.txt b/importPicture/README.jp.txt new file mode 100644 index 0000000..81f7538 --- /dev/null +++ b/importPicture/README.jp.txt @@ -0,0 +1,12 @@ +[ importpicture ] + +GPSログファイル(GPX)に写真へのリンクを追加します (import picture) + +[概要] +GPSログの記録時刻とデジカメの撮影時刻とを見比べて、GPSログ内に写真へのリンク情報を付加した新しいGPSログファイルを作成します。 + * 画像ファイルの更新日付をその画像の撮影日時とします。(Exi情報は無視します) ※ 対象とするファイルは'*.jpg'のみ + * 精確な時刻との時差を入力することで、撮影日時を補正します。 + * 画像ファイルの更新日付リストをCSV形式のファイルとして出力する。 + * 結果は、取り込み元のGPXファイルとは別に、元ファイル名にアンダーバー「_」を付加した.ファイルに出力します。 + +http://sourceforge.jp/projects/importpicture/wiki/FrontPage \ No newline at end of file diff --git a/importPicture/build.xml b/importPicture/build.xml index 811216f..3ffaf85 100644 --- a/importPicture/build.xml +++ b/importPicture/build.xml @@ -13,6 +13,7 @@ + @@ -61,11 +62,12 @@ - - + + +