pngresize.exe is a application that converts the z0 zoom levels in z1 and z2 zoom levels keeping the offsets. Doing it by hand is a bit complicated, because sometimes You need to add extra rows (or columns) before resizing the sprite and there are too many signals.Lord Aro wrote:excuse my n00bishness, but what is pngresize.exe?
is it the batch file you're talking about?
me having it would be lovely, thanks
also, if possible, having the source code would be good as i do a lot of my work on linux
Also, running pngresize without a script (a batch file in windows, or a .SH file in GNU/Linux) is... boring. writing the same commands in the console a lot of times is...

Code: Select all
..\..\pngresize z1 1470_z0.png
..\..\pngresize z1 1471_z0.png
..\..\pngresize z1 1472_z0.png
..\..\pngresize z2 1470_z0.png
..\..\pngresize z2 1471_z0.png
..\..\pngresize z2 1472_z0.png
...
Also, writing the sh/bat file is tedious. You can create it with other script or a C program. Or if You are good programming SH scripts, You can create a SH script with loop commands and variables to resize the sprites with a few lines.
But, if You want, I can resize the sprites.
I will try to finish this building:
http://wiki.openttd.org/images/thumb/8/ ... lat_z0.png