diff --git a/.gitignore b/.gitignore
index 81d9b6d..a575529 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,16 +4,17 @@
.settings/
*.class
*.zip
+*.jar
+*.tar.gz
+build.xml
+nbbuild.xml
/bin/
-/AdjustTime/
-/importPicture/AdjustTime2.jar
-/importPicture/classes/
-/importPicture/deploy/
-/importPicture/AdjustTime/nbproject/private/
-/importPicture/testdata/*~
-/importPicture/testdata/cameradata/
-/importPicture/testdata/output
-/importPicture/nbproject/private/
-/importPicture/build/
-/importPicture/dist/
-/leaflet/nbproject/private/
\ No newline at end of file
+/build/
+/classes/
+/deploy/
+/dist/
+/testdata/*~
+/testdata/*.log
+/testdata/cameradata/
+/testdata/output
+/nbproject/
diff --git a/AdjustTime.ini b/AdjustTime.ini
index 9d854b5..fee60e4 100644
--- a/AdjustTime.ini
+++ b/AdjustTime.ini
@@ -1,16 +1,17 @@
#by AdjustTime
-#Sat Oct 29 14:05:55 JST 2016
-GPX.BASETIME=EXIF_TIME
+#Mon Mar 26 21:58:45 JST 2018
+GPX.BASETIME=FILE_UPDATE
IMG.OUTPUT_EXIF=true
GPX.OUTPUT_WPT=false
GPX.OUTPUT_SPEED=true
-GPX.noFirstNode=false
+IMG.OUTPUT_ALL=false
+GPX.noFirstNode=true
IMG.OUTPUT=true
-GPX.gpxSplit=ON
+GPX.gpxSplit=true
+IMG.TIME=2018-03-25T03\:20\:32Z
GPX.OVERWRITE_MAGVAR=true
-IMG.TIME=2016-08-14T11\:45\:47
GPX.REUSE=false
-IMG.BASE_FILE=IMG_0182.jpg
-IMG.SOURCE_FOLDER=/media/yuu/public/osm/GPXs/Taibousaki
-GPX.SOURCE_FOLDER=/media/yuu/public/osm/GPXs/Taibousaki
-IMG.OUTPUT_FOLDER=/media/yuu/public/osm/GPXs/Taibousaki
+IMG.BASE_FILE=000063.jpg
+IMG.SOURCE_FOLDER=/home/yuu/Desktop/OSM/20180325_\u6A2A\u6D5C\u65B0\u9053/img
+GPX.SOURCE_FOLDER=/home/yuu/Desktop/OSM/20180325_\u6A2A\u6D5C\u65B0\u9053/2018-03-25 12.15.27 Day.gpx
+IMG.OUTPUT_FOLDER=/home/yuu/Desktop/OSM/20180325_\u6A2A\u6D5C\u65B0\u9053/gpx
diff --git a/AdjustTime.ini.org b/AdjustTime.ini.org
new file mode 100644
index 0000000..57f51e3
--- /dev/null
+++ b/AdjustTime.ini.org
@@ -0,0 +1,17 @@
+#by AdjustTime
+#Wed Jun 14 12:01:03 JST 2017
+GPX.BASETIME=EXIF_TIME
+IMG.OUTPUT_EXIF=true
+GPX.OUTPUT_WPT=false
+GPX.OUTPUT_SPEED=true
+IMG.OUTPUT_ALL=false
+GPX.noFirstNode=true
+IMG.OUTPUT=true
+GPX.gpxSplit=true
+IMG.TIME=2017-05-29T10\:31\:46
+GPX.OVERWRITE_MAGVAR=true
+GPX.REUSE=false
+IMG.BASE_FILE=20170529_103146A.jpg
+IMG.SOURCE_FOLDER=./testdata/cameradata/separate
+GPX.SOURCE_FOLDER=./testdata/cameradata/separate.gpx
+IMG.OUTPUT_FOLDER=/home/yuu/workspace/AdjustTime/importPicture/testdata/output
diff --git a/doc/AdjustTime.class.violet.html b/doc/AdjustTime.class.violet.html
new file mode 100644
index 0000000..4406ae9
--- /dev/null
+++ b/doc/AdjustTime.class.violet.html
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+
+
+ This file was generated with Violet UML Editor 2.1.0.
+ ( View Source / Download Violet )
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/EXiF.class.violet.html b/doc/EXiF.class.violet.html
new file mode 100644
index 0000000..dc33285
--- /dev/null
+++ b/doc/EXiF.class.violet.html
@@ -0,0 +1,810 @@
+
+
+
+
+
+
+
+
+ This file was generated with Violet UML Editor 2.1.0.
+ ( View Source / Download Violet )
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/GPX.class.violet.html b/doc/GPX.class.violet.html
new file mode 100644
index 0000000..87945ae
--- /dev/null
+++ b/doc/GPX.class.violet.html
@@ -0,0 +1,1921 @@
+
+
+
+
+
+
+
+
+ This file was generated with Violet UML Editor 2.1.0.
+ ( View Source / Download Violet )
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/ImportPicture.class.violet.html b/doc/ImportPicture.class.violet.html
new file mode 100644
index 0000000..729f5ea
--- /dev/null
+++ b/doc/ImportPicture.class.violet.html
@@ -0,0 +1,1039 @@
+
+
+
+
+
+
+
+
+ This file was generated with Violet UML Editor 2.1.0.
+ ( View Source / Download Violet )
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/git.sh b/git.sh
deleted file mode 100755
index 9e4937f..0000000
--- a/git.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-cd ~/workspace/AdjustTime
-gitk
diff --git a/importPicture/.classpath b/importPicture/.classpath
deleted file mode 100644
index 55c672d..0000000
--- a/importPicture/.classpath
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/importPicture/.project b/importPicture/.project
deleted file mode 100644
index 3ce5071..0000000
--- a/importPicture/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
- importPicture
-
-
-
-
-
- org.eclipse.jdt.core.javabuilder
-
-
-
-
-
- org.eclipse.jdt.core.javanature
-
-
diff --git a/importPicture/.settings/org.eclipse.core.resources.prefs b/importPicture/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index ed2ca4a..0000000
--- a/importPicture/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-eclipse.preferences.version=1
-encoding//src/osm/jp/gpx/ImportPicture.java=UTF-8
-encoding/=UTF-8
diff --git a/importPicture/AdjustTime.ini b/importPicture/AdjustTime.ini
deleted file mode 100644
index fee60e4..0000000
--- a/importPicture/AdjustTime.ini
+++ /dev/null
@@ -1,17 +0,0 @@
-#by AdjustTime
-#Mon Mar 26 21:58:45 JST 2018
-GPX.BASETIME=FILE_UPDATE
-IMG.OUTPUT_EXIF=true
-GPX.OUTPUT_WPT=false
-GPX.OUTPUT_SPEED=true
-IMG.OUTPUT_ALL=false
-GPX.noFirstNode=true
-IMG.OUTPUT=true
-GPX.gpxSplit=true
-IMG.TIME=2018-03-25T03\:20\:32Z
-GPX.OVERWRITE_MAGVAR=true
-GPX.REUSE=false
-IMG.BASE_FILE=000063.jpg
-IMG.SOURCE_FOLDER=/home/yuu/Desktop/OSM/20180325_\u6A2A\u6D5C\u65B0\u9053/img
-GPX.SOURCE_FOLDER=/home/yuu/Desktop/OSM/20180325_\u6A2A\u6D5C\u65B0\u9053/2018-03-25 12.15.27 Day.gpx
-IMG.OUTPUT_FOLDER=/home/yuu/Desktop/OSM/20180325_\u6A2A\u6D5C\u65B0\u9053/gpx
diff --git a/importPicture/AdjustTime.ini.org b/importPicture/AdjustTime.ini.org
deleted file mode 100644
index 57f51e3..0000000
--- a/importPicture/AdjustTime.ini.org
+++ /dev/null
@@ -1,17 +0,0 @@
-#by AdjustTime
-#Wed Jun 14 12:01:03 JST 2017
-GPX.BASETIME=EXIF_TIME
-IMG.OUTPUT_EXIF=true
-GPX.OUTPUT_WPT=false
-GPX.OUTPUT_SPEED=true
-IMG.OUTPUT_ALL=false
-GPX.noFirstNode=true
-IMG.OUTPUT=true
-GPX.gpxSplit=true
-IMG.TIME=2017-05-29T10\:31\:46
-GPX.OVERWRITE_MAGVAR=true
-GPX.REUSE=false
-IMG.BASE_FILE=20170529_103146A.jpg
-IMG.SOURCE_FOLDER=./testdata/cameradata/separate
-GPX.SOURCE_FOLDER=./testdata/cameradata/separate.gpx
-IMG.OUTPUT_FOLDER=/home/yuu/workspace/AdjustTime/importPicture/testdata/output
diff --git a/importPicture/build.xml b/importPicture/build.xml
deleted file mode 100644
index 860f088..0000000
--- a/importPicture/build.xml
+++ /dev/null
@@ -1,116 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/importPicture/commons-compress-1.14.jar b/importPicture/commons-compress-1.14.jar
deleted file mode 100644
index 7490eb8..0000000
--- a/importPicture/commons-compress-1.14.jar
+++ /dev/null
Binary files differ
diff --git a/importPicture/commons-imaging-1.0-SNAPSHOT.jar b/importPicture/commons-imaging-1.0-SNAPSHOT.jar
deleted file mode 100644
index 7ade0d0..0000000
--- a/importPicture/commons-imaging-1.0-SNAPSHOT.jar
+++ /dev/null
Binary files differ
diff --git a/importPicture/doc/AdjustTime.class.violet.html b/importPicture/doc/AdjustTime.class.violet.html
deleted file mode 100644
index 4406ae9..0000000
--- a/importPicture/doc/AdjustTime.class.violet.html
+++ /dev/null
@@ -1,285 +0,0 @@
-
-
-
-
-
-
-
-
- This file was generated with Violet UML Editor 2.1.0.
- ( View Source / Download Violet )
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/importPicture/doc/EXiF.class.violet.html b/importPicture/doc/EXiF.class.violet.html
deleted file mode 100644
index dc33285..0000000
--- a/importPicture/doc/EXiF.class.violet.html
+++ /dev/null
@@ -1,810 +0,0 @@
-
-
-
-
-
-
-
-
- This file was generated with Violet UML Editor 2.1.0.
- ( View Source / Download Violet )
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/importPicture/doc/GPX.class.violet.html b/importPicture/doc/GPX.class.violet.html
deleted file mode 100644
index 87945ae..0000000
--- a/importPicture/doc/GPX.class.violet.html
+++ /dev/null
@@ -1,1921 +0,0 @@
-
-
-
-
-
-
-
-
- This file was generated with Violet UML Editor 2.1.0.
- ( View Source / Download Violet )
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/importPicture/doc/ImportPicture.class.violet.html b/importPicture/doc/ImportPicture.class.violet.html
deleted file mode 100644
index 729f5ea..0000000
--- a/importPicture/doc/ImportPicture.class.violet.html
+++ /dev/null
@@ -1,1039 +0,0 @@
-
-
-
-
-
-
-
-
- This file was generated with Violet UML Editor 2.1.0.
- ( View Source / Download Violet )
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/importPicture/hayashi_0226.jar b/importPicture/hayashi_0226.jar
deleted file mode 100644
index 65c8b85..0000000
--- a/importPicture/hayashi_0226.jar
+++ /dev/null
Binary files differ
diff --git a/importPicture/lib/commons-imaging-1.0-20170205.201009-115.jar b/importPicture/lib/commons-imaging-1.0-20170205.201009-115.jar
deleted file mode 100644
index 7ade0d0..0000000
--- a/importPicture/lib/commons-imaging-1.0-20170205.201009-115.jar
+++ /dev/null
Binary files differ
diff --git a/importPicture/manifest.mf b/importPicture/manifest.mf
deleted file mode 100644
index 328e8e5..0000000
--- a/importPicture/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/importPicture/nbbuild.xml b/importPicture/nbbuild.xml
deleted file mode 100644
index 488a6cc..0000000
--- a/importPicture/nbbuild.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project AdjustTime2.
-
-
-
diff --git a/importPicture/nbproject/build-impl.xml b/importPicture/nbproject/build-impl.xml
deleted file mode 100644
index f446bcf..0000000
--- a/importPicture/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1420 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/importPicture/nbproject/genfiles.properties b/importPicture/nbproject/genfiles.properties
deleted file mode 100644
index 62dd9fb..0000000
--- a/importPicture/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-nbbuild.xml.data.CRC32=d1f6ec78
-nbbuild.xml.script.CRC32=fbdc2007
-nbbuild.xml.stylesheet.CRC32=8064a381@1.80.1.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=d1f6ec78
-nbproject/build-impl.xml.script.CRC32=68294fbb
-nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
diff --git a/importPicture/nbproject/project.properties b/importPicture/nbproject/project.properties
deleted file mode 100644
index f3a5b38..0000000
--- a/importPicture/nbproject/project.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#Mon Sep 17 14:44:31 JST 2018
-excludes=
-javac.deprecation=false
-build.test.results.dir=${build.dir}/test/results
-javac.external.vm=true
-run.classpath=${javac.classpath}\:${build.classes.dir}
-javadoc.nonavbar=false
-run.test.classpath=${javac.test.classpath}\:${build.test.classes.dir}
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-javac.processorpath=${javac.classpath}
-javac.target=1.8
-file.reference.importPicture-src=src
-annotation.processing.processors.list=
-javadoc.noindex=false
-javadoc.additionalparam=
-file.reference.commons-imaging-1.0-20170205.201009-115.jar=lib/commons-imaging-1.0-20170205.201009-115.jar
-includes=**
-build.classes.dir=${build.dir}/classes
-source.encoding=UTF-8
-javadoc.author=false
-test.src.dir=${file.reference.importPicture-test}
-build.dir=build
-build.test.classes.dir=${build.dir}/test/classes
-platform.active=default_platform
-javac.compilerargs=
-main.class=osm.jp.gpx.matchtime.gui.AdjustTime
-dist.jar=${dist.dir}/AdjustTime2.jar
-javac.test.processorpath=${javac.test.classpath}
-javadoc.use=true
-file.reference.importPicture-test=test
-dist.archive.excludes=
-build.sysclasspath=ignore
-debug.test.classpath=${run.test.classpath}
-dist.dir=dist
-build.classes.excludes=**/*.java,**/*.form
-javadoc.splitindex=true
-javadoc.encoding=${source.encoding}
-javac.source=1.8
-application.vendor=yuu
-junit.selected.version=3
-debug.classpath=${run.classpath}
-run.jvmargs=-Duser.language\=en\n-Duser.country\=US
-build.generated.dir=${build.dir}/generated
-jar.compress=false
-javac.test.classpath=${javac.classpath}\:${build.classes.dir}\:\:${libs.junit_4.classpath}\:${libs.hamcrest.classpath}
-javadoc.private=false
-annotation.processing.run.all.processors=true
-file.reference.commons-compress-1.14.jar=commons-compress-1.14.jar
-application.title=AdjustTime2
-meta.inf.dir=${src.dir}/META-INF
-manifest.file=manifest.mf
-annotation.processing.enabled=true
-dist.javadoc.dir=${dist.dir}/javadoc
-src.dir=${file.reference.importPicture-src}
-endorsed.classpath=
-mkdist.disabled=false
-javac.classpath=${file.reference.commons-imaging-1.0-20170205.201009-115.jar}\:${file.reference.commons-compress-1.14.jar}
-annotation.processing.enabled.in.editor=false
-build.generated.sources.dir=${build.dir}/generated-sources
-javadoc.version=false
-javadoc.windowtitle=
-buildfile=nbbuild.xml
-javadoc.notree=false
diff --git a/importPicture/nbproject/project.xml b/importPicture/nbproject/project.xml
deleted file mode 100644
index debd575..0000000
--- a/importPicture/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- AdjustTime2
-
-
-
-
-
-
-
-
-
diff --git a/importPicture/src/AdjustTime.ini b/importPicture/src/AdjustTime.ini
deleted file mode 100644
index db0677f..0000000
--- a/importPicture/src/AdjustTime.ini
+++ /dev/null
@@ -1,13 +0,0 @@
-#by AdjustTime
-GPX.BASETIME=EXIF_TIME
-IMG.OUTPUT_EXIF=true
-GPX.OUTPUT_SPEED=false
-GPX.noFirstNode=true
-IMG.OUTPUT=false
-GPX.gpxSplit=ON
-IMG.TIME=2016-08-14T11\:45\:47
-GPX.REUSE=false
-IMG.BASE_FILE=IMG_0182.jpg
-IMG.SOURCE_FOLDER=.
-GPX.SOURCE_FOLDER=.
-IMG.OUTPUT_FOLDER=.
\ No newline at end of file
diff --git a/importPicture/src/AdjustTime2.bat b/importPicture/src/AdjustTime2.bat
deleted file mode 100644
index 96ed170..0000000
--- a/importPicture/src/AdjustTime2.bat
+++ /dev/null
@@ -1 +0,0 @@
-javaw -cp .;AdjustTime2.jar;commons-compress-1.14.jar;commons-imaging-1.0-20170205.201009-115.jar osm.jp.gpx.matchtime.gui.AdjustTime
diff --git a/importPicture/src/AdjustTime2.jnlp b/importPicture/src/AdjustTime2.jnlp
deleted file mode 100644
index d865797..0000000
--- a/importPicture/src/AdjustTime2.jnlp
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
- SwingSet2 Demo Application
- Sun Microsystems, Inc.
-
- SwingSet2 Demo Application
- A demo of the capabilities
-of the Swing Graphical User Interface.
-
-
-
-
-
-
-
-
-
-
-
-
-
- SwingSet2 Demo on Linux
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/importPicture/src/AdjustTime2.sh b/importPicture/src/AdjustTime2.sh
deleted file mode 100644
index bae5196..0000000
--- a/importPicture/src/AdjustTime2.sh
+++ /dev/null
@@ -1 +0,0 @@
-javaw -cp .:AdjustTime2.jar:commons-compress-1.14.jar:commons-imaging-1.0-20170205.201009-115.jar osm.jp.gpx.matchtime.gui.AdjustTime
diff --git a/importPicture/src/LICENSE.txt b/importPicture/src/LICENSE.txt
deleted file mode 100644
index a37e276..0000000
--- a/importPicture/src/LICENSE.txt
+++ /dev/null
@@ -1,43 +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.
-
-
-以下に定める条件に従い、本ソフトウェアおよび関連文書のファイル(以下「ソフトウェア」)の複製を取得するすべて
-の人に対し、ソフトウェアを無制限に扱うことを無償で許可します。これには、ソフトウェアの複製を使用、複写、変
-更、結合、掲載、頒布、サブライセンス、および/または販売する権利、およびソフトウェアを提供する相手に同じこ
-とを許可する権利も無制限に含まれます。
-
-上記の著作権表示および本許諾表示を、ソフトウェアのすべての複製または重要な部分に記載するものとします。
-
-ソフトウェアは「現状のまま」で、明示であるか暗黙であるかを問わず、何らの保証もなく提供されます。ここでいう保証
-とは、商品性、特定の目的への適合性、および権利非侵害についての保証も含みますが、それに限定されるもので
-はありません。 作者または著作権者は、契約行為、不法行為、またはそれ以外であろうと、ソフトウェアに起因または
-関連し、あるいはソフトウェアの使用またはその他の扱いによって生じる一切の請求、損害、その他の義務について何
-らの責任も負わないものとします。
-
-----------------
-
-osm.jp.gpx.GeoDistance.java は'やまだらけ'様の著作物です。
- Copyright (C) 2007-2012 やまだらけ
- The MIT License (MIT)
- 参照元: http://yamadarake.jp/trdi/report000001.html
- 「Cords.java」を改変
diff --git a/importPicture/src/README.jp.txt b/importPicture/src/README.jp.txt
deleted file mode 100644
index 2749310..0000000
--- a/importPicture/src/README.jp.txt
+++ /dev/null
@@ -1,128 +0,0 @@
-[ AdjustTime ]
-
-GPSログファイル(GPX)を元にして写真へ「位置情報(緯度経度)」と「方向」を追記します。(EXIF更新)
-
-[概要]
-GPSログの記録時刻とデジカメの撮影時刻とを見比べて、GPSログ内に写真へのリンク情報を付加した新しいGPSログファイルを作成します。
-
- ※ 対象とする画像ファイルは'*.jpg'のみです。
- ※ GPSログの形式は「GPX」形式に対応しています。
- * 画像ファイルの撮影日時をファイルの更新日時/EXIF撮影日時から選択することができます。
- - ファイル更新日時: 高速処理が可能です。
- 一部のトイカメラ系のデジカメにはEXIF情報が正しく付加されないものがあります。そのような機種におすすめです。
- - EXIF撮影日時: ファイル更新日時が利用できない場合はこちらを使ってください。
- iPadなど直接ファイルを扱えないデバイスの場合はファイル更新日時が使えません。
- うっかりファイルをコピーしてしまった場合は、ファイル更新日時が撮影日時を意味しなくなります。その時もEXIFにしてください。
- * 画像の精確な撮影時刻を入力することでGPSログとの時差を自動補正します。
- * 結果は、取り込み元のGPXファイルとは別に、元ファイル名にアンダーバー「_」を付加した.ファイルに出力します。
- - SPEED(速度): 出力GPXにタグを付加することができます。
- - MAGVAR(方向): 'MAGVAR'とは磁気方位のことです。直前のポイントとの2点間の位置関係を'MAGVAR'として出力できます。
- - 出力先のGPXに写真へのリンク情報を付加する/付加しないを選択可能にしました。
- [☑ 出力GPXにポイントマーカーを書き出す]
- * 画像にEXIF情報を付加することができます。
- - 緯度経度: GPSログから算出した緯度・経度情報をEXIFに書き出すことができます。
- - 撮影方向: GPSログから移動方向を擬似撮影方向としてEXIFに書き出すことができます。(カメラの向きではありません)
-
-http://sourceforge.jp/projects/importpicture/wiki/FrontPage
-
-[起動]
-下記のように'AdjustTime'を起動するとGUIでパラメータを逐次設定可能です。(推奨起動方法)
-
-> java -cp .:AdjustTime2.jar:commons-imaging-1.0-SNAPSHOT.jar osm.jp.gpx.matchtime.gui.AdjustTime
-
-
-下記のコマンドラインによる起動方式は度重なる機能追加によりパラメーターが増大したため複雑になりすぎ作者でさえわけがわからなくなりました。
-一応、過去の起動方法を記載しておきます。しかし、コマンドラインからの引数は2016-10-03版以降は正しく引き継がれません。
-'AdjustTime2.jar'と'AdjustTime.ini'を使ってください。
-
-> java -jar importPicture.jar