diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..a37e276 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,43 @@ +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/README.md b/README.md new file mode 100644 index 0000000..9734784 --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ +# ReStamp-gui + + +This is a tool for collectively rewriting the ** file update time ** of still image files when extracting still images at regular time intervals from time-lapse movies. + +* Java application. (java 8 later) + +* GUI : Graphical user interface. + +* [Restamp-gui wiki](http://surveyor.mydns.jp/gitbucket/yuu/Restamp-gui/wiki) (Japanese wiki) + +------------------------------------------------------------------- + +## License + +* [MIT License](LICENSE.txt) + + +## Setup + +* [Setup](http://surveyor.mydns.jp/gitbucket/yuu/Restamp-gui/wiki/Setup) + + +## Download + +* [Download](http://surveyor.mydns.jp/gitbucket/yuu/Restamp-gui/wiki/Download) + + +## Quick start + +How to start: + +* move to directory which download jar file. + ``` + $ cd (ダウンロードしたJARファイルがあるディレクトリ) + ``` + +* start command + ``` + $ java -jar ReStamp-xx.xx.jar + ``` + または + ``` + $ java -jar ReStamp-xx.xx.jar + ``` + +* command paramerters + +| parameter | name | discription | +|:-------:|:----------|:------------| +| argv[0] | imgDir | source folder
exp.`./img/100MEDIA `| +| argv[1] | baseFile1 | image file for base time 1 | +| argv[2] | baseTime1 | base time1 "yyyy-MM-dd HH:mm:ss JST"
exp. `2019-09-01 16:26:51 JST` | +| argv[3] | baseFile2 | image file for base time 2 | +| argv[4] | baseTime2 | base time 2 "yyyy-MM-dd HH:mm:ss JST"
exp. `2019-09-01 16:26:51 JST`| +| argv[5] | outputDir | (option)output folder.
If omitted, overwrite the source image file. | + + +---- + +### See + +* [Qiita](https://qiita.com/yuuhayashi@github/items/cdf4ceb064d483f29a35)"タイムラプス動画から静止画を切り出して、位置情報をつけて、Mapillaryサイトに一括アップする手順のまとめ" +