Jump to content
UBot Underground

How to compare two image if they are same from different folder


Recommended Posts

Hi,

I have images in two folder is there any way we can compare if images x is same as image y in other folder. if yes which command or function to use. 

There used to be a command for compare image in 2015 buts looks like it not there anymore in 5.9+ 

 

Thanks hope someone will surely come up with a solution.

Link to post
Share on other sites

Convert to md5 hash and compare that. Probably, you could lookup some javascript or python function that does it if you can't find a plugin. Here is an example using MD5 Encryption plugin from UbotDev:

set(#img,$plugin function("MD5.dll", "$MD5 from file", "{$special folder("Desktop")}\\cookies.jpg"),"Global")

 

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...