diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-29 22:09:15 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-29 22:09:15 +0000 |
| commit | 8233a44b605f53b9e852a51efb4dca8f15635198 (patch) | |
| tree | c55d5ef893b98916d38a0be2beefc12bc35fa73d /src/tools/tileset_borderfix.c | |
| parent | 0dd86dd084d22dc766bb4231285d2ac18e3dfa65 (diff) | |
| download | zcatch-8233a44b605f53b9e852a51efb4dca8f15635198.tar.gz zcatch-8233a44b605f53b9e852a51efb4dca8f15635198.zip | |
an update :D
Diffstat (limited to 'src/tools/tileset_borderfix.c')
| -rw-r--r-- | src/tools/tileset_borderfix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tileset_borderfix.c b/src/tools/tileset_borderfix.c index ba7a40f0..4b31c2f0 100644 --- a/src/tools/tileset_borderfix.c +++ b/src/tools/tileset_borderfix.c @@ -75,7 +75,7 @@ int main(int argc, char **argv) tilemap_borderfix(w, h, buffer[0], buffer[1]); // save here - png_open_file_write(&png, "output.png"); + png_open_file_write(&png, argv[1]); png_set_data(&png, w, h, 8, PNG_TRUECOLOR_ALPHA, (unsigned char *)buffer[1]); png_close_file(&png); |