Is it possible to get crc/checksum/hash of product images through graphql?

I’m trying to identify duplicated images among the 100k+ images in the store, without downloading them.

Graphql can give me width, length and filesize, but having another data point would be very useful. Is any other detail of the files available via API?

Thanks

MediaImage has a series of attributes that might be helpful: MediaImage - GraphQL Admin

That’s where I get width, height and filesize. Haven’t found another attribute there that could help me compare the images.