Hi everyone! in my project I receive from a server with post call, a base64 string that contains an image that I convert and display without problems. The image is in jpg format, I should also be able to accept png formats, but I don't understand if there is a way to understand from the base64 string or with some other way if the image I receive and I'm about to convert is in jpg format or png Can anyone give me some advice? Thank you all