HarmonyOS image.PropertyKey.ORIENTATION 返回的 Unknown value 0-鸿蒙开发者社区-51CTO.COM

HarmonyOS image.PropertyKey.ORIENTATION 返回的 Unknown value 0

操作步骤:

imageSourceApi.getImageProperty(image.PropertyKey.ORIENTATION) 
  .then((data: string) => { 
    console.info('Succeeded in getting the value of the specified attribute key of the image.'); 
  }).catch((error: BusinessError) => { 
  console.error('Failed to get the value of the specified attribute key of the image.'); 
})
HarmonyOS
2024-11-13 09:22:46
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
zbw_apple

图片的exif信息有值自然又可以获取到,没有就返回这个 Unknown value 0,系统相机拍照不会携带exit的值。

分享
微博
QQ
微信
回复
2024-11-13 15:51:21
相关问题
napi返回ArrayBuffer有长度但是内容都是0
1042浏览 • 1回复 待解决
HarmonyOS 获取Resource中value问题
327浏览 • 1回复 待解决
HarmonyOS 获取oaid都是0
773浏览 • 1回复 待解决
HarmonyOS 底部安全距离获取为0
428浏览 • 1回复 待解决
color使用color: 'rgba(0, 0, 255, .5)'不生效
2123浏览 • 1回复 待解决
如何使用等效使用any、unknown?
1213浏览 • 1回复 待解决
mysql建表报错Unknown storage engine 'GsDB'
2406浏览 • 1回复 待解决
无法找到“riscv32-unknown-elf-gcc”。
13573浏览 • 2回复 待解决
HarmonyOS 获取identifier.getOAID() 为 0
175浏览 • 1回复 待解决