update entry/src/main/ets/pages/DownSamplePage.ets.

Signed-off-by: 田双明 <tianshuangming@h-partners.com>
This commit is contained in:
田双明 2024-10-09 11:09:26 +00:00 committed by Gitee
parent f351c71541
commit b9365b49f4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -132,8 +132,8 @@ struct DownSamplePage {
decodingOptions = {
editable: true,
desiredSize: {
width: reqSize.targetWidth,
height: reqSize.targetHeight
width: reqSize.width,
height: reqSize.height
}
}
// 创建pixelMap