RestAPI to get Properties of SharePoint image
You can get properties of an image from SharePoint library with RestAPI
The request looks like this:
https://markimarta.com/sites/Euro2024/bestboat/_api/Web/GetFileByServerRelativeUrl('/sites/Euro2024/bestboat/VoteLib/Team2/Regal.jpg')/Properties
The result is XML from which you should extract the values you want to use.

PostgreSQL in Docker: when DBeaver lies (and psql saves the day)
SharePoint onPrem: Create ContentType with the specific ID
Send props from Child class component to Parent state component in React App