Splitimg
| Splitimg | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Author: | Bernhard R. Fischer (User:Rahra) | |||||||||||||||||||
| License: | GNU GPL v3 | |||||||||||||||||||
| Platforms: | Linux, BSD, and macOS | |||||||||||||||||||
| Version: | 1.0 (2013-09-11) | |||||||||||||||||||
| Website: | https://github.com/rahra/parsefsh | |||||||||||||||||||
| Programming language: | C | |||||||||||||||||||
|
Splits Garmin's IMG/ADM into Subfiles |
||||||||||||||||||||
| ||||||||||||||||||||
is a tool which splits Garmin's IMG and ADM files into its subfiles. IMG/ADM files are actually archives containing a set of other files called subfiles. Using the appropriate converters, those subfiles may be further processed, e.g. the tool Parsetrk parses TRK subfiles which contain tracks recorded by marine chart plotters of Garmin.
reads the IMG/ADM file from the standard input and creates the subfiles in the current working directory or in the directory given by option -d. To run simply type the following command:
splitimg < GMAPSUPP.IMG
The source code can be downloaded at [1]. Download and unpack it and type `make` to compile it.