mapbox / pixelmatch

The smallest, simplest and fastest JavaScript pixel-level image comparison library
ISC License
6.15k stars 305 forks source link

way to merge the diff #121

Closed celevra closed 1 year ago

celevra commented 1 year ago

Hi,

is it possible to compare to frames of a video, then send only the difference over the network and just merge it with an existing image on the other side? so the question is, is there a way to merge the diff to the original image?

regards

celevra

mourner commented 1 year ago

No, use cases like this are out of scope for this library.