Hello eveyone!
I'm looking for a package (hopefully something open source, but no big
deal if I have to pay for it) that I can use either Java or C++ to
talk to that does the following:
Given an image in either jpg or bmp format, compares it to a similar
image and stores off only the deltas (changes). The images will be
very close to one another with only some data changing, and I need a
package that can allow me to save off only the changes, and then apply
them to the original image to get what the other "full" image looked
like.
Does anyone know where such a package can be found?
Thanks!