aberus / ImageVisualizer

A debug visualizer for Visual Studio that allows you to visually view the graphic content of images during debugging.
https://marketplace.visualstudio.com/items?itemName=AleksanderBerus.DebuggerImageVisualizerPreview
MIT License
40 stars 12 forks source link

Zoom for very small images #13

Open ymassad opened 1 year ago

ymassad commented 1 year ago

I have a bitmap that has the size 3 pixels by 3 pixels. I was unable to zoom with the mouse wheel. Is this not supported? Or maybe I am not doing this correctly?

Thanks