You can append a URL parameter to query the information of an image, such as the length, height, width, format, quality, and orientation.
Parameter
URL parameter: info
Image information is returned in JSON format, including the length, height, width, format, quality, and orientation of the image.
{
"Length":1055089,
"Width":1920,
"Height":1080,
"Quality":100,
"Format":"JPEG",
"Orientation":"UNDEFINED"
}
Example
URL used to query image information: http(s)://example.com/image01.png?image_process=info