Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaex/imagevisualizer
Visual Studio 2022 Image Visualizer
https://github.com/jaex/imagevisualizer
image-visualizer visual-studio
Last synced: 24 days ago
JSON representation
Visual Studio 2022 Image Visualizer
- Host: GitHub
- URL: https://github.com/jaex/imagevisualizer
- Owner: Jaex
- License: gpl-3.0
- Created: 2013-12-23T16:40:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T01:12:48.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T19:36:48.271Z (about 1 month ago)
- Topics: image-visualizer, visual-studio
- Language: C#
- Homepage:
- Size: 75.2 KB
- Stars: 129
- Watchers: 13
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## What is Image Visualizer?
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:
![](http://i.imgur.com/BlFYInS.png)
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.
![](http://i.imgur.com/2p5NIFg.png)
## How to install it?
### Requirements
* Visual Studio 2019
* .NET Framework 4.7.2### Option 1: Download it
1. Download `ImageVisualizer.dll` from [here](https://github.com/Jaex/ImageVisualizer/releases/latest).
2. 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:
![](http://i.imgur.com/TiPdU4G.png)
3. Copy `ImageVisualizer.dll` to `%USERPROFILE%\Documents\Visual Studio 2019\Visualizers` folder.
### Option 2: Compile it yourself
1. Open `ImageVisualizer.sln` with Visual Studio and compile it.
2. Post build event of Visual Studio will copy `ImageVisualizer.dll` file to `%USERPROFILE%\Documents\Visual Studio 2019\Visualizers` folder automatically.
## Credits
Icons: [Fugue Icons](http://p.yusukekamiyamane.com)