|
1 | 1 | # Debugger Image Visualizer for Visual Studio
|
2 | 2 |
|
| 3 | +[](https://marketplace.visualstudio.com/items?itemName=AleksanderBerus.DebuggerImageVisualizerPreview) |
| 4 | +[](https://marketplace.visualstudio.com/items?itemName=AleksanderBerus.DebuggerImageVisualizerPreview) |
| 5 | + |
3 | 6 | Debugger Image Visualizer is a debug visualizer for Visual Studio. It allows you to visually view the graphic content of WPF's images [BitmapImage](https://msdn.microsoft.com/en-us/library/system.windows.media.imaging.bitmapimage.aspx), [BitmapSource](https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.imaging.bitmapsource), [ImageSource](https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.imagesource), and WinForms' images [Bitmap](https://msdn.microsoft.com/en-us/library/system.drawing.bitmap.aspx) during debugging. Supports zooming and paning while previewing images.
|
4 | 7 |
|
5 |
| -[Download this extension](https://marketplace.visualstudio.com/items?itemName=AleksanderBerus.DebuggerImageVisualizerPreview) on Visual Studio Marketplace. |
| 8 | +If you want to support the developement you could consider buying me a coffee. |
| 9 | + |
| 10 | +[](https://ko-fi.com/M4M32DOPK) |
| 11 | + |
6 | 12 |
|
7 |
| -This extension works with: |
| 13 | + |
| 14 | + |
| 15 | +## Works with |
8 | 16 | * Visual Studio 2010
|
9 | 17 | * Visual Studio 2012
|
10 | 18 | * Visual Studio 2013
|
11 | 19 | * Visual Studio 2015
|
12 | 20 | * Visual Studio 2017
|
13 | 21 | * Visual Studio 2019
|
14 | 22 |
|
15 |
| - |
16 |
| - |
17 |
| -## Changelog |
18 |
| - |
19 |
| -These are the changes to each version that has been released. |
20 |
| - |
21 |
| -### 0.7 |
22 |
| - |
23 |
| -* Support for .NET Core 3.x |
| 23 | +## Install |
24 | 24 |
|
25 |
| -### 0.6 |
| 25 | +Install the latest version of Debugger Image Visualizer for Visual Studio from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=AleksanderBerus.DebuggerImageVisualizerPreview). |
26 | 26 |
|
27 |
| -* Support for VS 2019 |
28 |
| - |
29 |
| -### 0.5 |
30 |
| - |
31 |
| -* Returned VS2010 support |
32 |
| -* Added support of WPF ImageSource / BitmapSource |
33 |
| -* Added support for custom ToBitmap() method |
34 |
| - |
35 |
| -### 0.4 |
36 |
| - |
37 |
| -* VS Package (VS2010 support removed due to limitation on VSIX format) |
38 |
| -* UI fixes |
39 |
| -* Fixes for BitmapImage serialization |
40 |
| - |
41 |
| -### 0.3 |
42 |
| - |
43 |
| -* Support for VS2017 |
44 |
| -* Bug fixed (Visualizer only worked in VS2015) |
45 |
| - |
46 |
| -### 0.2 |
47 |
| - |
48 |
| -* Support for VS 2013 and 15 |
49 |
| - |
50 |
| -### 0.1 |
| 27 | +## Changelog |
51 | 28 |
|
52 |
| -* First preview release |
| 29 | +All changes to each version that has been released are available in [Releases](../../releases). |
53 | 30 |
|
54 | 31 | ## Contribute
|
55 | 32 |
|
|
0 commit comments