diff --git a/zh-cn/application-dev/reference/apis/js-apis-image.md b/zh-cn/application-dev/reference/apis/js-apis-image.md index 53cdc7df509aa4dc741b5971c848aab9e766484e..1df2c8b59fd810ddd23c22d9cbe606cd41d6635e 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-image.md +++ b/zh-cn/application-dev/reference/apis/js-apis-image.md @@ -1731,7 +1731,7 @@ createPixelMapList(callback: AsyncCallback>): void **示例:** ```js -imageSourceApi.createPixelMap( pixelmaplist => { +imageSourceApi.createPixelMapList( pixelmaplist => { console.info('Succeeded in creating pixelmaplist object.'); }) ``` @@ -1762,14 +1762,14 @@ let decodeOpts = { desiredPixelFormat: 3, index: 0, }; -imageSourceApi.createPixelMap(decodeOpts, pixelmaplist => { +imageSourceApi.createPixelMapList(decodeOpts, pixelmaplist => { console.log('Succeeded in creating pixelmaplist object.'); }) ``` -### getDelayTime10+ +### getDelayTimeList10+ -getDelayTime(callback: AsyncCallback>): void; +getDelayTimeList(callback: AsyncCallback>): void; 获取图像延迟时间数组,使用callback形式返回结果。 @@ -1784,14 +1784,14 @@ getDelayTime(callback: AsyncCallback>): void; **示例:** ```js -imageSourceApi.getDelayTime( delayTimes => { +imageSourceApi.getDelayTimeList( delayTimes => { console.log('Succeeded in getting delay time.'); }); ``` -### getDelayTime10+ +### getDelayTimeList10+ -getDelayTime(): Promise>; +getDelayTimeList(): Promise>; 获取图像延迟时间数组,使用Promise形式返回结果。 @@ -1806,7 +1806,7 @@ getDelayTime(): Promise>; **示例:** ```js -let delayTimes = imageSourceApi.getDelayTime(); +let delayTimes = imageSourceApi.getDelayTimeList(); ``` ### getFrameCount10+ @@ -2838,9 +2838,9 @@ PixelMap的初始化选项。 | 名称 | 类型 | 可读 | 可写 | 说明 | | ------------------ | ---------------------------------- | ---- | ---- | ---------------- | -| sampleSize | number | 是 | 是 | 缩略图采样大小。 | +| sampleSize | number | 是 | 是 | 缩略图采样大小,当前只能取1。 | | rotate | number | 是 | 是 | 旋转角度。 | -| editable | boolean | 是 | 是 | 是否可编辑。 | +| editable | boolean | 是 | 是 | 是否可编辑。当取值为false时,图片不可二次编辑,如crop等操作将失败。 | | desiredSize | [Size](#size) | 是 | 是 | 期望输出大小。 | | desiredRegion | [Region](#region7) | 是 | 是 | 解码区域。 | | desiredPixelFormat | [PixelMapFormat](#pixelmapformat7) | 是 | 是 | 解码的像素格式。 | @@ -2869,7 +2869,7 @@ PixelMap的初始化选项。 | ------- | ------ | ---- | ---- | --------------------------------------------------- | | format | string | 是 | 是 | 目标格式。
当前只支持jpg和webp。 | | quality | number | 是 | 是 | JPEG编码中设定输出图片质量的参数,取值范围为1-100。 | -| bufferSize9+ | number | 是 | 是 | 用于设置图片大小,默认为10M | +| bufferSize9+ | number | 是 | 是 | 用于设置图片大小,默认为10M。 | ## GetImagePropertyOptions7+ @@ -2898,34 +2898,34 @@ PixelMap的初始化选项。 | GPS_LONGITUDE | "GPSLongitude" | 图片经度。 | | GPS_LATITUDE_REF | "GPSLatitudeRef" | 纬度引用,例如N或S。 | | GPS_LONGITUDE_REF | "GPSLongitudeRef" | 经度引用,例如W或E。 | -| DATE_TIME_ORIGINAL9+ | "DateTimeOriginal" | 拍摄时间,例如2022:09:06 15:48:00 | -| EXPOSURE_TIME9+ | "ExposureTime" | 曝光时间,例如1/33 sec.| -| SCENE_TYPE9+ | "SceneType" | 拍摄场景模式,例如人像、风光、运动、夜景等。 | -| ISO_SPEED_RATINGS9+ | "ISOSpeedRatings" | ISO感光度,例如400 | -| F_NUMBER9+ | "FNumber" | 光圈值,例如f/1.8 | -| DATE_TIME10+ | "DateTime" | 日期时间 | -| GPS_TIME_STAMP10+ | "GPSTimeStamp" | GPS时间戳 | -| GPS_DATE_STAMP10+ | "GPSDateStamp" | GPS日期戳 | -| IMAGE_DESCRIPTION10+ | "ImageDescription" | 图像信息描述 | -| MAKE10+ | "Make" | 生产商 | -| PHOTO_MODE10+ | "PhotoMode " | 拍照模式 | -| SENSITIVITY_TYPE10+ | "SensitivityType" | 灵敏度类型 | -| STANDARD_OUTPUT_SENSITIVITY10+ | "StandardOutputSensitivity" | 标准输出灵敏度 | -| RECOMMENDED_EXPOSURE_INDEX10+ | "RecommendedExposureIndex" | 推荐曝光指数 | -| ISO_SPEED10+ | "ISOSpeedRatings" | ISO速度等级 | -| APERTURE_VALUE10+ | "ApertureValue" | 光圈值 | -| EXPOSURE_BIAS_VALUE10+ | "ExposureBiasValue" | 曝光偏差值 | -| METERING_MODE10+ | "MeteringMode" | 测光模式 | -| LIGHT_SOURCE10+ | "LightSource" | 光源 | -| FLASH 10+ | "Flash" | 闪光灯,记录闪光灯状态 | -| FOCAL_LENGTH 10+ | "FocalLength" | 焦距 | -| USER_COMMENT 10+ | "UserComment" | 用户注释 | -| PIXEL_X_DIMENSION 10+ | "PixelXDimension" | 像素X尺寸 | -| PIXEL_Y_DIMENSION10+ | "PixelYDimension" | 像素Y尺寸 | -| WHITE_BALANCE 10+ | "WhiteBalance" | 白平衡 | -| FOCAL_LENGTH_IN_35_MM_FILM 10+ | "FocalLengthIn35mmFilm" | 焦距35毫米胶片 | -| CAPTURE_MODE 10+ | "HwMnoteCaptureMode" | 捕获模式 | -| PHYSICAL_APERTURE 10+ | "HwMnotePhysicalAperture" | 物理孔径,光圈大小 | +| DATE_TIME_ORIGINAL9+ | "DateTimeOriginal" | 拍摄时间,例如2022:09:06 15:48:00。当前为只读属性。 | +| EXPOSURE_TIME9+ | "ExposureTime" | 曝光时间,例如1/33 sec。当前为只读属性。 | +| SCENE_TYPE9+ | "SceneType" | 拍摄场景模式,例如人像、风光、运动、夜景等。当前为只读属性。 | +| ISO_SPEED_RATINGS9+ | "ISOSpeedRatings" | ISO感光度,例如400。当前为只读属性。 | +| F_NUMBER9+ | "FNumber" | 光圈值,例如f/1.8。当前为只读属性。 | +| DATE_TIME10+ | "DateTime" | 日期时间,当前为只读属性。 | +| GPS_TIME_STAMP10+ | "GPSTimeStamp" | GPS时间戳,当前为只读属性。 | +| GPS_DATE_STAMP10+ | "GPSDateStamp" | GPS日期戳,当前为只读属性。 | +| IMAGE_DESCRIPTION10+ | "ImageDescription" | 图像信息描述,当前为只读属性。 | +| MAKE10+ | "Make" | 生产商,当前为只读属性。 | +| PHOTO_MODE10+ | "PhotoMode " | 拍照模式,当前为只读属性。 | +| SENSITIVITY_TYPE10+ | "SensitivityType" | 灵敏度类型,当前为只读属性。 | +| STANDARD_OUTPUT_SENSITIVITY10+ | "StandardOutputSensitivity" | 标准输出灵敏度,当前为只读属性。 | +| RECOMMENDED_EXPOSURE_INDEX10+ | "RecommendedExposureIndex" | 推荐曝光指数,当前为只读属性。 | +| ISO_SPEED10+ | "ISOSpeedRatings" | ISO速度等级,当前为只读属性。 | +| APERTURE_VALUE10+ | "ApertureValue" | 光圈值,当前为只读属性。 | +| EXPOSURE_BIAS_VALUE10+ | "ExposureBiasValue" | 曝光偏差值,当前为只读属性。 | +| METERING_MODE10+ | "MeteringMode" | 测光模式,当前为只读属性。 | +| LIGHT_SOURCE10+ | "LightSource" | 光源,当前为只读属性。 | +| FLASH 10+ | "Flash" | 闪光灯,记录闪光灯状态,当前为只读属性。 | +| FOCAL_LENGTH 10+ | "FocalLength" | 焦距,当前为只读属性。 | +| USER_COMMENT 10+ | "UserComment" | 用户注释,当前为只读属性。 | +| PIXEL_X_DIMENSION 10+ | "PixelXDimension" | 像素X尺寸,当前为只读属性。 | +| PIXEL_Y_DIMENSION10+ | "PixelYDimension" | 像素Y尺寸,当前为只读属性。 | +| WHITE_BALANCE 10+ | "WhiteBalance" | 白平衡,当前为只读属性。 | +| FOCAL_LENGTH_IN_35_MM_FILM 10+ | "FocalLengthIn35mmFilm" | 焦距35毫米胶片,当前为只读属性。 | +| CAPTURE_MODE 10+ | "HwMnoteCaptureMode" | 捕获模式,当前为只读属性。 | +| PHYSICAL_APERTURE 10+ | "HwMnotePhysicalAperture" | 物理孔径,光圈大小,当前为只读属性。 | ## ImageFormat9+