poolborges / pb-tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

krTracking - Paulo Borges Tracking

pb-tracking

1. Screenshots

krtracker screenshot

2. Todo

  • Compress Image (Resize)

  • Compress GPX file (Minifier)

Resize image (macOS)
sips -Z 640 *.jpg
Resize image with imagemagick
$ brew install imagemagick
$ convert foo.jpg -resize 50% bar.jpg
$ mogrify -resize 50% *
$ magick mogrify -resize 50% *

3. View local

Server with php
php -S 0.0.0.0:8080 -t ./docs

About

License:Apache License 2.0