JuliaImages / ImageView.jl

Interactive display of images and movies
MIT License
135 stars 34 forks source link

Improve annotation positioning for zoomed in images #305

Closed jwahlstrand closed 2 months ago

jwahlstrand commented 3 months ago

When drawing anchored annotations, widen the user bounding box by half a pixel on all sides. The pixels are centered on the integers of the user coordinates.

Fixes #223.