thumbmarkjs / thumbmarkjs

A free, open-source javascript fingerprinting library
https://www.thumbmarkjs.com/
MIT License
194 stars 22 forks source link

Making WebGL more resistant to small random noise #7

Closed ilkkapeltola closed 5 months ago

ilkkapeltola commented 5 months ago

adding the same feature to WebGL canvas that was already on the 2D canvas. Calculated three times and checking the most common bytes of each channel of each pixel. This way, rudimentary small random noise is cleaned out.