fire-eggs / Danbooru2021

Python scripts and tools for working with the Danbooru2022 data set. Note: this is a sqlite database and a viewer, not directly related to machine learning.
https://www.gwern.net/Danbooru2021
MIT License
42 stars 2 forks source link

Note hit-test rectangles not sized to current image zoom #50

Open fire-eggs opened 2 years ago

fire-eggs commented 2 years ago

The Note "visual rectangles" are drawn on the image before the image is resized.

But the Note "mouse hit test" rectangles are currently sized assuming the image is at 100% size. The "hit test" rectangles need to be sized correctly for current image zoom.