Thu Sep 16 06:43:26 2021 by Mizuki |
looking through the source there seems to be an -X options with the caption "debug=1" using it yields two line of "debug" text +----+----+----+----+----+ mmmmmmmmmmmmmmmmmmmmmmmmmmmmmm and then resume making maps. what's the function on this and how does it debug stuffs? |
Thu Sep 16 10:07:21 2021 by Torben |
The first line just shows that debug is on. The second line shows progress: After every 25th line of pixels, a letter (corresponding to the projection) is printed. There is really no reason to keep this code, so I will probably remove it in the next version. |