Obtaining Image Information
This function is available for API calling mode only.
Image information includes some basic information about the image: width, height, and the file size and format of the image. If there is Exif Information, the Exif information will be returned in JSON format.
Operation name: info
Example
Query example.jpg information.
https://e-share.obs.cn-north-1.myhuaweicloud.com/example.jpg?x-image-process=image/info
{
"format":"JPEG",
"height":2000,
"size":1046583,
"width":2668
}
Last Article: Code Mode
Next Article: Obtaining Average RGB Value of an Image
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.