diff --git a/importPicture/.classpath b/importPicture/.classpath index 2061450..123528f 100644 --- a/importPicture/.classpath +++ b/importPicture/.classpath @@ -2,5 +2,6 @@ + diff --git a/importPicture/AdjustTime.bat b/importPicture/AdjustTime.bat deleted file mode 100644 index da79b54..0000000 --- a/importPicture/AdjustTime.bat +++ /dev/null @@ -1 +0,0 @@ -javaw -jar AdjustTime.jar \ No newline at end of file diff --git a/importPicture/AdjustTime.sh b/importPicture/AdjustTime.sh index 845a742..61bed2a 100644 --- a/importPicture/AdjustTime.sh +++ b/importPicture/AdjustTime.sh @@ -1 +1 @@ -java -jar AdjustTime.jar +java -cp .:AdjustTime.jar:commons-imaging-1.0-SNAPSHOT.jar osm.jp.gpx.matchtime.gui.AdjustTime diff --git a/importPicture/LICENSE.txt b/importPicture/LICENSE.txt deleted file mode 100644 index 9586edf..0000000 --- a/importPicture/LICENSE.txt +++ /dev/null @@ -1,35 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Yuu Hayashi - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -以下に定める条件に従い、本ソフトウェアおよび関連文書のファイル(以下「ソフトウェア」)の複製を取得するすべて -の人に対し、ソフトウェアを無制限に扱うことを無償で許可します。これには、ソフトウェアの複製を使用、複写、変 -更、結合、掲載、頒布、サブライセンス、および/または販売する権利、およびソフトウェアを提供する相手に同じこ -とを許可する権利も無制限に含まれます。 - -上記の著作権表示および本許諾表示を、ソフトウェアのすべての複製または重要な部分に記載するものとします。 - -ソフトウェアは「現状のまま」で、明示であるか暗黙であるかを問わず、何らの保証もなく提供されます。ここでいう保証 -とは、商品性、特定の目的への適合性、および権利非侵害についての保証も含みますが、それに限定されるもので -はありません。 作者または著作権者は、契約行為、不法行為、またはそれ以外であろうと、ソフトウェアに起因または -関連し、あるいはソフトウェアの使用またはその他の扱いによって生じる一切の請求、損害、その他の義務について何 -らの責任も負わないものとします。 diff --git a/importPicture/README.jp.txt b/importPicture/README.jp.txt deleted file mode 100644 index c6f273e..0000000 --- a/importPicture/README.jp.txt +++ /dev/null @@ -1,31 +0,0 @@ -[ importpicture ] - -GPSログファイル(GPX)に写真へのリンクを追加します (import picture) - -[概要] -GPSログの記録時刻とデジカメの撮影時刻とを見比べて、GPSログ内に写真へのリンク情報を付加した新しいGPSログファイルを作成します。 - * 画像ファイルの更新日付をその画像の撮影日時とします。(Exi情報は無視します) ※ 対象とするファイルは'*.jpg'のみ - * 精確な時刻との時差を入力することで、撮影日時を補正します。 - * 画像ファイルの更新日付リストをCSV形式のファイルとして出力する。 - * 結果は、取り込み元のGPXファイルとは別に、元ファイル名にアンダーバー「_」を付加した.ファイルに出力します。 - -http://sourceforge.jp/projects/importpicture/wiki/FrontPage - -[起動] - -> java -jar importPicture.jar