What is the basis for git to detect changes in picture files?

if the name of an image remains the same, the size and file size do not change, but the content does change, will git detect a change in the image file, or can git detect a change in the content of the image just as it detects the content of the text file?

Git
Nov.01,2021

git can compare binary files, or even compare image contents according to the rules you specify


the hash value of the file

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3dff3-2c3f5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3dff3-2c3f5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?