Hypfer / ICantBelieveItsNotValetudo

A Valetudo companion service which renders maps to pngs
Apache License 2.0
129 stars 80 forks source link

Feat/crop padding #65

Closed xorob0 closed 2 years ago

xorob0 commented 2 years ago

I've added option to crop and add padding to the canvas. Both options can be used to removed "artefacts" that can be cause by windows and other reflective surfaces. This allows for a really clean and centred final image without too much of a performance hit. image is now: image

Hypfer commented 2 years ago

Please also update the readme.md to explain these new options

xorob0 commented 2 years ago

Please also update the readme.md to explain these new options

Done, also added a condition to not render the second canvas if no padding or crop are used (probably a bit more performant)