Skip to content

December 14th 2023 - Feature Release

Compare
Choose a tag to compare
@rphlo rphlo released this 14 Dec 17:45
· 155 commits to master since this release
daf7086

This release includes the rust binary along the perl script that are both necessary to run a conversion job.

NEW
The makevegenew function now export new files when with the flag vege_bitmode=1

  • yellow_bit.png
  • greens_bit.png
  • vegetation_bit.png
  • undergrowth_bit.png

vegetation_bit.png is a grayscale image with its 8bit pixel value representing a vegetation colour:
White is always 0x00
Yellow is always 0x01
and after that each shade of green is following
so lightest green always 0x02
then darker green always 0x03
...

undergrowth_bit.png is a grayscale image with its 8bit pixel value representing a undergrowth level:
Light undergrowth is 0x01
Heavy undergrowth is 0x02

Those files are meant for vectorisation by 3rd party tools.