gimgtools
gimgtools copied to clipboard
Garmin Image Tools
This project is listed as being under GNU GPLv2 on its [Google Code page](https://code.google.com/archive/p/gimgtools/), but there's no reference to the license in the code. This PR adds a LICENSE file...
hello! does this work for the new NT img format?
I think it fix iconv link error when compile o OSX systems.
``` diff --git a/Makefile b/Makefile index f47094a..617e1e7 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,10 @@ GIMGLIB_OBJS = $(GIMGLIB_SOURCES:.c=.o) all: gimginfo gimgfixcmd gimgxor gimgunlock gimgch gimgextract cmdc gimginfo: gimginfo.o $(GIMGLIB_OBJS)...