GetImageRawSize
GetImageRawSize is a function that retrieves the raw dimensions of an image file without considering any scaling or transformations. This means it returns the original pixel width and height as they are stored within the image data itself. This is distinct from functions that might return the display size of an image after it has been resized or scaled by software or hardware.
The primary purpose of GetImageRawSize is to obtain the intrinsic size of an image. This information is
The function typically takes the path to the image file as an input parameter and returns a