hi all can i compare 2 images without being 100% identical ? i have taken this 2 pic from my laptop without moving it  (with 2 seconds delay between the 2 pics) if u focused in them you will find that they are not 100 identical (i don't know whey) i used an image compare script i found it here  #include <GDIPlus.au3> _GDIPlus_Startup() $fname1=FileOpenDialog("First image","","All images(*.bmp;*.jpg;*.png;)") If $fname1="" Then Exit $fname2=FileOpenDialog("Second image image