Image Visualizer allows you to preview image or bitmap variables while debugging in Visual Studio. You just need to hover any image or bitmap variable while debugging and press magnifier icon as shown below:
This will open Image Visualizer window which will allow you to preview image. In this window you can see image info, change zoom level, copy image to clipboard or save image as file.
- Visual Studio 2019
- .NET Framework 4.7.2
-
Download
ImageVisualizer.dll
from here. -
Check if Windows blocked downloaded dll file by going to Properties window of the file (Right click -> Properties) and if it's blocked unblock it using this check box:
- Copy
ImageVisualizer.dll
to%USERPROFILE%\Documents\Visual Studio 2019\Visualizers
folder.
-
Open
ImageVisualizer.sln
with Visual Studio and compile it. -
Post build event of Visual Studio will copy
ImageVisualizer.dll
file to%USERPROFILE%\Documents\Visual Studio 2019\Visualizers
folder automatically.
Icons: Fugue Icons