首页
讨论区
新职位
搜索论坛
什么's new
新职位
新的个人资料帖子
最新活动
会员
目前的访客
新的个人资料帖子
搜索个人资料帖子
VB.NET社区
登录
登记
什么's new
搜索
搜索
仅搜索标题
经过:
新职位
搜索论坛
Menu
Log in
Register
安装应用
安装
首页
讨论区
C#
第三方产品
能'与DupImageLib一起使用
您正在使用过期的浏览器。它可能无法正确显示此网站或其他网站。
您应该升级或使用
替代浏览器
.
回复主题
信息
<blockquote data-quote="sebescudie" data-source="post: 9471" data-attributes="member: 11340"><p>Hey all,</p><p></p><p>Trying to create a small test console app with <a href="//github.com/Quickshot/DupImageLib">DupImageLib</a>, a perceptual hashing library. For starters, I've created a simple console app that should display the average hash of an image, here's the code :</p><p></p><p>[CODE]</p><p>[...]</p><p>using DupImageLib;</p><p></p><p></p><p>namespace ImageHashing</p><p>{</p><p> class Program</p><p> {</p><p> static void Main(string[] args)</p><p> {</p><p> var imageHasher = new ImageHashes(new ImageMagickTransformer());</p><p> var hash = imageHasher.CalculateAverageHash64(@"path_to_my_image.png");</p><p> Console.WriteLine(hash);</p><p> Console.ReadKey();</p><p> }</p><p> }</p><p>}</p><p>[/CODE]</p><p></p><p>As you can see, it's pretty much the example provided in the repo's README. Unfortunately, the app won't start because VS raises the following exception :</p><p></p><p>[CODE]</p><p>System.DllNotFoundException : 'Impossible de charger la DLL 'Magick.NET-Q8-x64.Native.dll': Le module spécifié est introuvable. (Exception de HRESULT : 0x8007007E)'</p><p>[/CODE]</p><p></p><p>And indeed, the specified dll is not present in the bin/Debug folder, neither in the dependency list in the Solution Explorer. Weird thing is it is marked as installed in the Nuget manager.</p><p></p><p>I downloaded this dll seperaterly and manually pasted it : then it works. Here are my questions :</p><p></p><p>1. Why is the dll marked as added in Nuget Manager but does not show up on the Solution Explorer ?</p><p>2. What am I supposed to do if I wanna distribute my app ? Manually adding the dll seems like a dirty workaround.</p><p></p><p>I'm using VS2017 15.3.2 on W10.</p><p></p><p>Thanks in advance for your help !</p><p></p><p>seb</p></blockquote><p></p>
Insert quotes…
确认
发表回复
首页
讨论区
C#
第三方产品
能'与DupImageLib一起使用
本网站使用Cookie来帮助个性化内容,调整您的体验并在注册时保持登录状态。
继续使用本网站,即表示您同意我们使用cookie。
接受
了解更多…
最佳
底部