VSImageVisualizer is a free open-source debug visualizer for Visual Studio 2008/2010. It allows the developer to view the graphical content of a System.Drawing.Image (or any object derived from it) while in Debug mode.
1. Features
- Display the graphical image in Debug mode.
- Zoom/pan the image.
- Get color information while hovering the mouse cursor on image.
2. System requirements
- Visual Studio 2008 or Visual Studio 2010
3. Installation
- Download the setup file.
- Run the file
- That’s it.
4. Download
- Visual Studio 2010:
VSImageVisualizer Setup 1.1 (295.9 kB) - Visual Studio 2008:
VSImageVisualizer Setup 1.0 (293.09 KB)
5. Source Code
The source code is available for free under the Non-Profit Open Software License version 3.0.
6. Support and feedback
If you have any problems and/or suggestions for VSImageVisualizer please feel free to …
- … add a comment on this page
- … send an e-mail at: contact [monkey tail] victorhurdugaci {dot} com
7. Donation
Like this tool and want to support it?
Donations removed due to legal reasons. However, VSImageVisualizer is still free :) Enjoy it!


[...] the project page for more [...]
BRAVO!
WOW! That’s just too cool. I never thought someone can debug an image like that ;).
Very usefull.
[...] Image Visualizer http://victorhurdugaci.com/projects/vsimagevisualizer VSImageVisualizer is a free open-source debug visualizer for Visual Studio 2008 (soon will be also [...]
My feedback would be to do away with the setup program. I absolutely hate downloads that are simple xcopy of binaries. It clutters the Start Menu, the registry and ARP. Ideally just generate a .vsi to install the visualizer. Otherwise provide just the compressed binary.
Followup feedback – create a VS2010 version. The existing version crashes under VS2010.
Thank you so much. It’s very useful.
Works under VS2010
This doesn’t seem to work with managed C++. In C# it works just fine. But in C++ the hourglass is not present for images. Perhaps this could be because an Image handle, (Image^), in C++ is not properly equated with an Image reference, (Image), in C#. I still love this software, but C++ users should be aware of the limitation. An inflexible work around is to pass suspect images into a C# assembly and inspect them there.