how can i get the pattern on a JPEG file?
what is the syntax in getting the pattern in a JPEG file?
i am trying to compare the image on a JPEG file to another JPEG file.
its like finding the right JPEG file with the same pattern as the given JPEG file.
i have research on the internet. it seems like that the concept is to get a pixels of the image and store it in arrays.

but i dont know the syntax in vb. can someone help?