Given that an input string is a valid Base64 string (png). How can the image width and height be calculated? Is there a formula I can use?
For example, I want to know if this image is an 100x100 image.
I already found a solution using System.Drawing, but this is not part of .net core.