Update 0.3 includes:
[list]
[*] 10 new pictures (280,000 px.);
[*] ability to upload custom pictures;
[*] Fixed several minor bugs.
[/list]
[h2]Upload your own pictures.[/h2]
[img]{STEAM_CLAN_IMAGE}/43398325/16c20dba2caed52768a05961d69c19549d818c1b.png[/img]
It is now possible to change the image scale.
When indexing colors, a new algorithm is used - Median cut.
The game by default has a limit on the width and height of the loaded image, which is 1024 px. If the picture is larger than the specified size, it will be automatically scaled.
The user can remove the limit on the size of the uploaded image by adding the following parameter to the [i]config.json[/i] file:
[code]"unlockLimitUpload":true[/code]
or change the limit (increase or decrease) by adding:
[code]"maxLimitUpload":2048[/code]
Examples of these fields are in the [i]config_default.json[/i] file.