You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
I am currently developing a tool that will automatically extract images from an HTML document as Buffers, compare them, and create a 'diff-document' containing the output images from a blink-diff comparison of images with equal index.
For performance reasons, it is not optimal for me to have blink-diff write .png-files, only for me to read them as Buffers again.
However, I am for a while now failing to find a way to return the Output-Image as a Buffer, or in any way get an output convertible to such.
Can you help me with that? That would be very much appreciated!
Kindest regards in advance,
Timm Kühnel
with the o2r-project
Institute for Geoinformation
WWU Muenster, Germany
Hello there,
I am currently developing a tool that will automatically extract images from an HTML document as
Buffers, compare them, and create a 'diff-document' containing the output images from ablink-diffcomparison of images with equal index.For performance reasons, it is not optimal for me to have
blink-diffwrite.png-files, only for me to read them asBuffersagain.However, I am for a while now failing to find a way to return the Output-Image as a
Buffer, or in any way get an output convertible to such.Can you help me with that? That would be very much appreciated!
Kindest regards in advance,
Timm Kühnel
with the o2r-project
Institute for Geoinformation
WWU Muenster, Germany