removed leftover debug print
[img2tiles] / README.md
1 img2tiles
2 =========
3
4 Carves up an image file into NxM tiles, and writes the result as an image, as a
5 GNU assembler data declaration, or C array. It also outputs the acompanying
6 tilemap for reconstructing the original image out of the tiles.
7
8 License
9 -------
10 Copyright (C) 2019 John Tsiombikas <nuclear@member.fsf.org>
11
12 This program is free software. Feel free to use, modify, and/or redistribute it,
13 under the terms of the GNU General Public License v3, or at your option any
14 later version published by the Free Software Foundation. See COPYING for
15 details.