Bob-Rust / Bob-Rust-Java

This is an automatic canvas painter for the game rust.
https://discord.gg/vwUdH4tzFb
MIT License
3 stars 1 forks source link

feature: Better color correction #10

Closed Kariaro closed 2 years ago

Kariaro commented 2 years ago

Features

Kariaro commented 2 years ago

Fix RustImageUtil.getScaledInstance not correctly mapping images if the canvas area is small.

To correctly map you need to instead of drawing the image first to the canvasRegion we need to draw the image directly to the signRegion. Figure this out before pushing.