利用 IM.js 逐像素比对图片

admin 13年前
     <p><a href="/misc/goto?guid=4958200016155471836" target="_blank">IM.js</a> 是一个JavaScript library可用于快速比较两张图片之间的不同之处。</p>    <p>它使用HTML5 canvas 逐像素扫描给定的图片,然后输出它们的相似性比率。<a href="/misc/goto?guid=4958200016155471836" target="_blank"><img title="利用 IM.js 逐像素比较图片" border="0" alt="利用 IM.js 逐像素比较图片" src="https://simg.open-open.com/show/12bb99362c092c7651f603cfd6b5e745.gif" width="480" height="160" /></a></p>    <p>可以利用它来判断图片是否重复。除了可以得出相似性比率外,它还可以创建一张新的图片将两张图片的不同之处加在一起,方便查观察他们的不同之处。</p>    <div></div>    <div class="PostMeta">     <strong><br /> 项目地址:</strong>     <a href="/misc/goto?guid=4958200016155471836" target="_blank">http://tcorral.github.com/IM.js/</a>     <br />     <strong>下载地址:</strong>     <a href="/misc/goto?guid=4958200018258307288" target="_blank">https://github.com/tcorral/IM.js/</a>     <br />    </div>