Browse Source

Merge branch 'master' into gh-pages

pull/6/merge
James Cryer 12 years ago
parent
commit
d13f8c369b
  1. 2
      README.md
  2. 4
      index.html

2
README.md

@ -1,4 +1,4 @@
Resemble.js Resemble.js
========== ==========
Analyse and compare images with Javascript and HTML5. [Resemble.js Demo](http://huddle.github.com/resemble.js/) Analyse and compare images with Javascript and HTML5. [Resemble.js Demo](http://huddle.github.com/Resemble.js/

4
index.html

@ -113,7 +113,7 @@
Resemble.js can be used for any image analysis and comparison requirement you might have in the browser. However, it has been designed and built for use by the PhantomJS powered visual regression library <a href="https://github.com/Huddle/PhantomCSS" target="_blank">PhantomCSS</a>. PhantomCSS needs to be able to ignore antialiasing as this would cause differences between screenshots derived from different machines. Resemble.js can be used for any image analysis and comparison requirement you might have in the browser. However, it has been designed and built for use by the PhantomJS powered visual regression library <a href="https://github.com/Huddle/PhantomCSS" target="_blank">PhantomCSS</a>. PhantomCSS needs to be able to ignore antialiasing as this would cause differences between screenshots derived from different machines.
</p> </p>
<p> <p>
Resemble.js uses the <a href="https://github.com/Huddle/PhantomCSS" target="_blank">HTML5 File API</a> to parse image data, and canvas for rendering image diffs. Resemble.js uses the <a href="http://www.w3.org/TR/file-upload/" target="_blank">HTML5 File API</a> to parse image data, and canvas for rendering image diffs.
</p> </p>
<p> <p>
<br/> <br/>
@ -154,7 +154,7 @@ resemble(file).compareTo(file2).onComplete(function(){
<footer class="footer"> <footer class="footer">
<p> <p>
Created by <a href="https://github.com/jamescryer">James Cryer</a> and the Huddle development team. Created by <a href="https://github.com/jamescryer" target="_blank">James Cryer</a> and the Huddle development team.
</p> </p>
</footer> </footer>
</div> </div>

Loading…
Cancel
Save