News:

Do you need help?
Simutrans Wiki Manual can help you to play and extend Simutrans. In 9 languages.

Heightmap conversion

Started by VS, September 14, 2008, 11:11:57 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

VS

Hello,
one of new abilities of Simutrans (12th Sept.) is reading heightmaps in BMP format (precisely the RLE variation). This saves quite some space!

I couldn't find any "normal" image conversion program for Windows that would allow me to specify this as option, so I had to resort to ImageMagick.

Using it requires some knowledge of command line usage, and the way to convert the files is described here.

One warning, Windows already include command called convert, so you're best off copying convert.exe from imagemagick in the same folder and renaming the copy to imconvert.exe or something. Maybe you'll have to set PATH as well...

So! Does anyone else know a gui program that can handle this task? I'm asking since in future people will want to use this and I don't see any easy way.




By the way: turning on filesystem compression in XP is even better :D

My projects... Tools for messing with Simutrans graphics. Graphic archive - templates and some other stuff for painters. Development logs for most recent information on what is going on. And of course pak128!

Tomas


VS

Ah, yes, my brain has rotten again ::) It is possible. Change image mode to grayscale, then save as BMP shows option for RLE compression...

My projects... Tools for messing with Simutrans graphics. Graphic archive - templates and some other stuff for painters. Development logs for most recent information on what is going on. And of course pak128!

prissi

Paint Shop Pro does it too. Never realized that other programs do not do it well.

VS

Well, the point is that you have to use exactly one subformat. My experience is that you can't choose this in most programs. When did you last see eg. filter selection for PNG or compression for TIFF? Usually there is just the option for "bmp", "png" + level etc., but nothing beyond that.

My projects... Tools for messing with Simutrans graphics. Graphic archive - templates and some other stuff for painters. Development logs for most recent information on what is going on. And of course pak128!