# Command: Split
Convert one image file into multiple image files. By default, the output file names will be equal to the
given tile's GID. This can instead be set to "sequential", whereby the file names will use consecutive
numbering from 0 to the total number of files that have been output.
The difference between the two naming schemes is based on crunch not outputting empty images.
The default GID based file names are stable, assuming the number of rows or columns in an image remains
the same, and will correlate to the IDs used by popular tilemap editors. On the other hand, Sequential
mode does not factor in empty tiles - this means that if a previously empty tile has content added to it,
subsequent tiles will be output with a different file name (e.g. 1 additional tile would increment numeric
file names by 1 for every tile after).
## Usage
```text
Usage: crunch split [OPTIONS]