I have two images in base64 form and I want to compare both images before save to avoid duplicate images.
I try to compare both images like string image1_base64 != image2_base64
it works for some images but it skips all those images which are minor changed from the previous image.
I want to skip only identical images.