Jump to content
Atom_Monky

MaskToSatMap Converter

Recommended Posts

This converter helps you to quickly create a pixel accurate satmap.

The tool takes the Mask image and looks at each pixel color, according to the layer.cfg it grabs the ground texture of the pixel color and saves the average color of this texture.

In that way we can use the mask and the ground texture to generate a nice satmap really fast.

More inforamtion and example can be found on github

https://github.com/VisMotrix/A3_MaskToSatMap_Converter

 

conversion_1.png

-------------------------------------- Edit ----------------------------------------

Build v4.1

Fixed:

- Fixed type errors for the noise generator.

Added:

- GUI description in readme

 

Build v4.0: GUI release

Added:

- GUI version of the program, simply lauch maskToSatMapGUI.exe for a user friendly interface!

 

Build v3.3

Improved:

- image loading speed

- sat map generation speed

- noise generation speed

- file export speed

- memory usage reduced

- large maps (30k x 30k) now only take ~30s to process and export vs >100s on previous build
 

Build v3.2

Improved:

- Readme


Build v3.1

Added :

- brightness noise generation

- memory conservation mode for large maps and/or machines with less RAM

- new options:

   -lumvv, --lumvariationset luminance variation0

   -memconserve memory if possble, for large maps

Improved:

- Massive speed up for noise generation

- compression of output sat map now uses deflate algorithm for smaller files, saving takes longer


Build v2.0
- Added : noise generation option


Build v1.0
- first releases

  • Like 1
  • Thanks 2

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×