Forum Discussion

minhterry's avatar
minhterry
Contributor
11 years ago

How to compare 2 animate images (GIF format)

Hello everybody,



I would like to ask script sample to compare 2 animate images with GIF format , they all store in local hard disk.



--

Regards,

2 Replies

  • Hi Minh,

     


    You can perform a pixel-by-pixel comparison via the Regions collection. Please read the "Regions" article and those related for details.

  • AlexKaras's avatar
    AlexKaras
    Icon for Champion Level 2 rankChampion Level 2
    Hi Minh,



    Also, you may perform binary files compare using Files.Compare() call.