Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wernervn/ImageVisualizer

 
 

Repository files navigation

Debugger Image Visualizer for Visual Studio

Debugger Image Visualizer is a debug visualizer for Visual Studio. It allows you to visually view the graphic content of WPF's images BitmapImage, BitmapSource, ImageSource, and WinForms' images Bitmap during debugging. Supports zooming and paning while previewing images.

Download this extension on Visual Studio Marketplace.

This extension works with:

  • Visual Studio 2010
  • Visual Studio 2012
  • Visual Studio 2013
  • Visual Studio 2015
  • Visual Studio 2017
  • Visual Studio 2019

Changelog

These are the changes to each version that has been released.

0.6

  • Support for VS 2019

0.5

  • Returned VS2010 support
  • Added support of WPF ImageSource / BitmapSource
  • Added support for custom ToBitmap() method

0.4

  • VS Package (VS2010 support removed due to limitation on VSIX format)
  • UI fixes
  • Fixes for BitmapImage serialization

0.3

  • Support for VS2017
  • Bug fixed (Visualizer only worked in VS2015)

0.2

  • Support for VS 2013 and 15

0.1

  • First preview release

Contribute

If you have any troubles and/or suggestions please log an issue on the GitHub issue tracker.

License

The source code is available under The MIT License (MIT)

About

A debug visualizer for Visual Studio that allows you to visually view the graphic content of images during debugging.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 90.8%
  • Visual Basic .NET 9.2%