Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
cd584228
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
cd584228
编写于
9月 06, 2023
作者:
冯
冯泽悟
提交者:
Gitee
9月 06, 2023
1
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update changelog in image.
Signed-off-by:
N
冯泽悟
<
fengzewu@huawei.com
>
上级
06d2605c
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
25 addition
and
1 deletion
+25
-1
zh-cn/release-notes/changelogs/OpenHarmony_4.0.10.1/changelogs-image.md
...notes/changelogs/OpenHarmony_4.0.10.1/changelogs-image.md
+25
-1
未找到文件。
zh-cn/release-notes/changelogs/OpenHarmony_4.0.10.1/changelogs-image.md
浏览文件 @
cd584228
...
...
@@ -111,7 +111,31 @@
**变更影响**
对于已发布的JS接口,可能影响应用的兼容性。
对于已发布的Ndk接口,可能影响应用的兼容性。
废弃接口替换方案如下:
OHOS::Media::OH_GetImageInfo 替换为 OH_PixelMap_GetImageInfo
OHOS::Media::OH_AccessPixels 替换为 OH_PixelMap_AccessPixels
OHOS::Media::OH_UnAccessPixels 替换为 OH_PixelMap_UnAccessPixels
涉及变更的接口范围如下:
OH_PixelMap_CreatePixelMap (napi_env env, OhosPixelMapCreateOps info, void
*buf, size_t len, napi_value *
res)
OH_PixelMap_CreateAlphaPixelMap (napi_env env, napi_value source, napi_value
*
alpha)
OH_PixelMap_InitNativePixelMap (napi_env env, napi_value source)
OH_PixelMap_GetBytesNumberPerRow (const NativePixelMap
*native, int32_t *
num)
OH_PixelMap_GetIsEditable (const NativePixelMap
*native, int32_t *
editable)
OH_PixelMap_IsSupportAlpha (const NativePixelMap
*native, int32_t *
alpha)
OH_PixelMap_SetAlphaAble (const NativePixelMap
*
native, int32_t alpha)
OH_PixelMap_GetDensity (const NativePixelMap
*native, int32_t *
density)
OH_PixelMap_SetDensity (const NativePixelMap
*
native, int32_t density)
OH_PixelMap_SetOpacity (const NativePixelMap
*
native, float opacity)
OH_PixelMap_Scale (const NativePixelMap
*
native, float x, float y)
OH_PixelMap_Translate (const NativePixelMap
*
native, float x, float y)
OH_PixelMap_Rotate (const NativePixelMap
*
native, float angle)
OH_PixelMap_Flip (const NativePixelMap
*
native, int32_t x, int32_t y)
OH_PixelMap_Crop (const NativePixelMap
*
native, int32_t x, int32_t y, int32_t width, int32_t height)
OH_PixelMap_GetImageInfo (const NativePixelMap
*native, OhosPixelMapInfos *
info)
OH_PixelMap_AccessPixels (const NativePixelMap
*native, void *
*
addr)
OH_PixelMap_UnAccessPixels (const NativePixelMap
*
native)
**适配指导**
...
...
Miykael_xxm
🚴
@xiongjiamu
mentioned in commit
1b366b9b
·
9月 07, 2023
mentioned in commit
1b366b9b
mentioned in commit 1b366b9b916ba3c873610d2913be914e78176b2c
开关提交列表
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录