C
Charlotte E.
Hi Guys,
I think, I have a tricky one this time
I have two images, both 16 x 16 pixels = 256 pixels total.
They are both in an 'IPictureDisp' object variable - and I really don't know
that much about the 'IPictureDisp' object, which I have just started to
explore...
Is there any way to compare these two images, pixel by pixel, to test if
each pixel has the same color (RGB), and thus, if the pixels are all the
same, it is the same picture?
To test if two pictures are the same, as you can with other VB variables,
i.e. If MyVar1 = MyVar2 Then...
Sort of If MyPic1 = MyPic2 Then...
Any idea to acomplish a test, if two pictures are the same???
Thanks,
CE
I think, I have a tricky one this time
I have two images, both 16 x 16 pixels = 256 pixels total.
They are both in an 'IPictureDisp' object variable - and I really don't know
that much about the 'IPictureDisp' object, which I have just started to
explore...
Is there any way to compare these two images, pixel by pixel, to test if
each pixel has the same color (RGB), and thus, if the pixels are all the
same, it is the same picture?
To test if two pictures are the same, as you can with other VB variables,
i.e. If MyVar1 = MyVar2 Then...
Sort of If MyPic1 = MyPic2 Then...
Any idea to acomplish a test, if two pictures are the same???
Thanks,
CE