How get diff image using pil library?
I have a project in which I am trying to do image comparison using
python(PIL).
Now the image difference image displayed is having black background and
the difference is highlighted. Now I want to if I can get diff image as
what you get using Image-Magick 'compare' function. i.e. the difference is
highlighted as red and having original image is background.
Can this be achieved with PIL?
example - diff image
No comments:
Post a Comment