Crates.io | minecraft_screenshot_parser |
lib.rs | minecraft_screenshot_parser |
version | 0.5.0 |
source | src |
created_at | 2020-08-04 19:19:12.22262 |
updated_at | 2024-04-05 07:21:55.523978 |
description | Process information from Minecraft screenshots |
homepage | |
repository | https://github.com/badel2/minecraft_screenshot_parser |
max_upload_size | |
id | 272997 |
size | 349,368 |
Image processing utilities to obtain information from Minecraft screenshots.
To be used in slime_seed_finder.
Under development. Currently only lossless PNG screenshots are supported, any kind of JPG noise will make the algorithms fail.
Current features:
See the examples/
folder for usage examples.
Planned features:
cargo run --release --example remove_crosshair -- screenshot.png
This will create a file screenshot_nc.png
with the crosshair removed:
cargo run --release --example detect_map -- screenshot.png