1
Fork 0

Fix wrong downscaling dimension in readme

This commit is contained in:
prescientmoon 2024-09-24 05:04:40 +02:00
parent b504d0aa7a
commit 5186c7e8b8
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U

View file

@ -76,7 +76,7 @@ Additionally, you must place a custom `b30` background at `$SHIMMERING_ASSET_DIR
After everything has been placed in the right directory, run `shimmeringmoon-cli prepare-jackets` to prepare everything. This will: After everything has been placed in the right directory, run `shimmeringmoon-cli prepare-jackets` to prepare everything. This will:
- Associate each asset with it's database ID - Associate each asset with it's database ID
- Build out a recognition matrix for image recognition purposes (this matrix more or less contains a 64x64 downscaled version of each provided asset, stored in bitmap format together with the associated database ID) - Build out a recognition matrix for image recognition purposes (this matrix more or less contains a 8x8 downscaled version of each provided asset, stored in bitmap format together with the associated database ID)
### Importing charts ### Importing charts