How can I compare the values off the colors between 2 scans off the
same picture/ Also I'm looking 4 programs that will give me the results
of the compare values automatically.
moshe
It depends on what you mean by compare. Do you mean statistical
analysis (like standard deviation, etc) or do you wish to analyze a
manually multiscanned image before merging or...?
In the end, all colors are just numbers. In theory, you could first
export the image as raw (in Photoshop, for example). This is to
eliminate any headers or footers, and only have a file containing
color data.
After that you could import this data into any spreadsheet, for
example, and do any kind of compare and analysis you desire. Of
course, you have to pay attention whether the image is 8-bit or
16-bit, as well as how you export the image (interleaved or contiguous
in case of a color image).
Don.