Updated CreateFromImage (markdown)

Jesse Boyd 2017-09-07 07:52:25 +10:00
parent 1ec5831b33
commit 1b94444d51

@ -37,7 +37,7 @@ Do not run these yet, but when you are happy with your settings:
##### `/2 cfi paletteComplexity <min=0> <max=100>`
- Filter out blocks to use based on their complexity, which is a measurement of how much color variation there is in the texture for that block.
- Glazed terracotta is complex, and not very pleasant for terrain, whereas stone and wool are simpler textures.
- Using `0 73` for the min/max would use the simplest 73 of blocks for coloring, and is a reasonable value.
- Using `0 73` for the min/max would use the simplest 73% of blocks for coloring, and is a reasonable value.
##### `/2 cfi paletteRandomization <enabled=true>`
- This is enabled by default, randomization will add some random variation in the blocks used to closer match the provided image.
- If disabled, the closest block to the color will always be used.