VS2017安装ImageWatch

来源:互联网 发布:jsp网上图书系统源码 编辑:程序博客网 时间:2024/05/19 22:52

imagewatch是一个优秀的查看图片数据的插件,解决了调试opencv程序时查看图片不方便的问题。

我的vs2017版本为15.4,使用Andrei的方法同样安装成功。

For Visual Studio 2017 "support": 

1. Download the extension (ImageWatch.vsix) and open it using WinRAR

2. From inside the bundle, open "extension.vsixmanifest" (using Notepad/Visual Studio, or any XML editor)

3. Edit line number 11 to match: "<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0]" />"

4. Edit line number 15 to match: "<Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" Version="[15.0]" />"

5. Save the file and update it in the archive (select Yes in WinRAR dialog)

6. Install the extension (it will complain that it might not be compatible, but it works)

在这里,不要自作聪明将15.0改为15.4,否则安装失败。

附上修改后的安装文件,双击打开即可安装成功:

http://download.csdn.net/download/f1121814098/10112641

原创粉丝点击