franklinta.com
Image diffing using CSS | Franklin Ta
http://franklinta.com/2014/11/30/image-diffing-using-css
November 30, 2014. Image diffing using CSS. Since the last post. On CSS was popular here is another simple CSS trick that I found useful in the past. Let’s say we want to find the difference between these two images:. You can do this by simply inverting the colors and then stacking them together at 50% opacity. This can be achieved with a single CSS filter. Webkit-filter: invert(100%) opacity(50%);. And opacity will blend the two colors equally (. C1 c2 / 2. So the resulting color is. 255 - c1) c2) / 2.
marian.schedenig.name
Feedback | Marian Schedenig's Website
http://marian.schedenig.name/projects/grep-console/feedback
Marian Schedenig's Website. Application developer by profession, game developer at heart. I welcome your comments, bug reports and suggestions for Grep Console. Please use the following email address for your feedback:. To prevent spam, the email address has been protected with a CAPTCHA. July 8, 2013 at 9:03 am. I can t update to the latest Grep Console using update site. Http:/ eclipse.schedenig.name/. With Juno, says:. 8220;Could not find http:/ eclipse.schedenig.name/. Any idea what I m doing wrong?