jpenilla / squaremap

squaremap is a minimalistic and lightweight world map viewer for Minecraft servers, using the vanilla map rendering style
https://modrinth.com/plugin/squaremap
Other
344 stars 41 forks source link

Skip reading existing images when running a full render #307

Open jpenilla opened 1 month ago

jpenilla commented 1 month ago

For full renders we can probably skip reading existing images and just overwrite. This would change behavior when using tools like Chunky's trim feature, but this is likely acceptable.

edit: Thinking about this more, it would only work for the most zoomed in image, which reduces the usefulness but would also allow applying it to radius renders that render an entire region. For zoomed out images only the initial read for any given full render would be skippable.