All Projects → Jaex → Imagevisualizer

Jaex / Imagevisualizer

Licence: gpl-3.0
Visual Studio 2019 Image Visualizer

Projects that are alternatives of or similar to Imagevisualizer

Krypton Net 5.470
A update to Component factory's krypton toolkit to support the .NET 4.7 framework.
Stars: ✭ 79 (-24.76%)
Mutual labels:  visual-studio
Ffvs Project Generator
A program that can scan existing FFmpeg/LibAV source files and dynamically generate a Visual Studio project file.
Stars: ✭ 92 (-12.38%)
Mutual labels:  visual-studio
Openrct2
An open source re-implementation of RollerCoaster Tycoon 2 🎢
Stars: ✭ 10,115 (+9533.33%)
Mutual labels:  visual-studio
Google Cloud Visualstudio
Google Cloud Tools for Visual Studio
Stars: ✭ 80 (-23.81%)
Mutual labels:  visual-studio
Capslockindicator
A small utility that indicates the state of the Num lock, Caps lock and Scroll lock key.
Stars: ✭ 87 (-17.14%)
Mutual labels:  visual-studio
Upx Visual Studio
Compile UPX 3.96 and belong librarys on Visual Studio! Source also include LZMA, UCL and zlib ✒️
Stars: ✭ 96 (-8.57%)
Mutual labels:  visual-studio
Discordrpcvs
An extension for Visual Studio 2017 that enables Discord Rich Presence.
Stars: ✭ 77 (-26.67%)
Mutual labels:  visual-studio
Betterexplorer
A Better Explorer filemanager repository
Stars: ✭ 102 (-2.86%)
Mutual labels:  visual-studio
Graphical Debugging
GraphicalDebugging extension for Visual Studio
Stars: ✭ 88 (-16.19%)
Mutual labels:  visual-studio
Uno.sourcegeneration
A Roslyn based C# source generation framework
Stars: ✭ 99 (-5.71%)
Mutual labels:  visual-studio
Vscode Angular Typescript Snippets
Visual Studio Code TypeScript snippets (TypeScript, Html, Angular Material, Flex Layout, ngRx, RxJS & Testing) for Angular 5
Stars: ✭ 82 (-21.9%)
Mutual labels:  visual-studio
Xmake Vscode
🍩 A XMake integration in Visual Studio Code
Stars: ✭ 84 (-20%)
Mutual labels:  visual-studio
Abphelper
ABPHelper is a Visual Studio Extension(VSIX) that helps you with developing ASP.NET Boilerplate applications.
Stars: ✭ 98 (-6.67%)
Mutual labels:  visual-studio
Vs2017offlinesetuputility
This utility allow downloading offline setup or deletion of old version Visual Studio 2017/2019 Offline Setup files and folder
Stars: ✭ 79 (-24.76%)
Mutual labels:  visual-studio
Stack Trace Explorer
Stack Trace Explorer is a Visual Studio plug-in that pretty prints a stack trace by turning types, methods, and paths into hyper links
Stars: ✭ 100 (-4.76%)
Mutual labels:  visual-studio
Bvcms
The open source church management system
Stars: ✭ 77 (-26.67%)
Mutual labels:  visual-studio
Dockpanelsuite
DockPanel Suite - The Visual Studio inspired docking library for .NET WinForms
Stars: ✭ 1,326 (+1162.86%)
Mutual labels:  visual-studio
Opennos
OpenNos Emulator Project. See AUTHORS file for Copyright information.
Stars: ✭ 105 (+0%)
Mutual labels:  visual-studio
Poshprotools
PowerShell Pro Tools and Universal Dashboard
Stars: ✭ 101 (-3.81%)
Mutual labels:  visual-studio
Codemaid
CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
Stars: ✭ 1,353 (+1188.57%)
Mutual labels:  visual-studio

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:

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.

How to install it?

Requirements

  • Visual Studio 2019
  • .NET Framework 4.7.2

Option 1: Download it

  1. Download ImageVisualizer.dll from here.

  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:

  1. 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].