1 Star 0 Fork 4.9K

Lin_bruin / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SubImageInfo.md 4.76 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

SubImageInfo

Overview

Related Modules:

Format

Description:

Defines image information.

Since:

1.0

Version:

1.0

Summary

Data Fields

Variable Name

Description

format

CodecFormat 

width

uint16_t 

height

uint16_t 

rotate

uint32_t 

dataLength

uint32_t 

thumbnail

bool 

Details

Field Documentation

dataLength

uint32_t SubImageInfo::dataLength

Description:

Image size

format

[CodecFormat](Format.md#gaf7ed135f15d4b218d41705bac0122ba7) SubImageInfo::format

Description:

Image encoding format. For details, see CodecFormat.

height

uint16_t SubImageInfo::height

Description:

Height, in pixels

rotate

uint32_t SubImageInfo::rotate

Description:

Image rotation angle. The value can be 90, 180, or 270. The default value is 0.

thumbnail

bool SubImageInfo::thumbnail

Description:

Thumbnail flag

width

uint16_t SubImageInfo::width

Description:

Width, in pixels

1
https://gitee.com/dreaminghell/docs.git
git@gitee.com:dreaminghell/docs.git
dreaminghell
docs
docs
master

搜索帮助