gabm / Satty

Satty - Modern Screenshot Annotation. A tool inspired by Swappy and Flameshot.
Mozilla Public License 2.0
385 stars 18 forks source link

Fix bug when reading images with stride unequal to width #60

Closed gabm closed 4 months ago

gabm commented 4 months ago

since imgref works with stride in pixels, sub-pixel strides cannot be accounted for. This results in bugs like #59 . We now align the strides manually...

Upstream bug has already been reported: https://github.com/kornelski/imgref/issues/23

fixes #59