openharmony 鸿蒙 js-apidiff-ImageKit

2026-08-25 浏览 (1)

Change TypeOld VersionNew Versiond.ts File
New error codeClass name: AuxiliaryPicture;
API declaration: writePixelsFromBuffer(data: ArrayBuffer): Promise<void>;
DIfferences: NA
Class name: AuxiliaryPicture;
API declaration: writePixelsFromBuffer(data: ArrayBuffer): Promise<void>;
DIfferences: 7600301,7600302
api/@ohos.multimedia.image.d.ts
New error codeClass name: AuxiliaryPicture;
API declaration: readPixelsToBuffer(): Promise<ArrayBuffer>;
DIfferences: NA
Class name: AuxiliaryPicture;
API declaration: readPixelsToBuffer(): Promise<ArrayBuffer>;
DIfferences: 7600301,7600302
api/@ohos.multimedia.image.d.ts
New error codeClass name: Metadata;
API declaration: clone(): Promise<Metadata>;
DIfferences: NA
Class name: Metadata;
API declaration: clone(): Promise<Metadata>;
DIfferences: 7600301,7600302
api/@ohos.multimedia.image.d.ts
New error codeClass name: ImageSource;
API declaration: createPixelMapList(options?: DecodingOptions): Promise<Array<PixelMap>>;
DIfferences: NA
Class name: ImageSource;
API declaration: createPixelMapList(options?: DecodingOptions): Promise<Array<PixelMap>>;
DIfferences: 62980110,62980112,62980113,62980122
api/@ohos.multimedia.image.d.ts
New error codeClass name: ImageSource;
API declaration: createPixelMapList(callback: AsyncCallback<Array<PixelMap>>): void;
DIfferences: NA
Class name: ImageSource;
API declaration: createPixelMapList(callback: AsyncCallback<Array<PixelMap>>): void;
DIfferences: 62980110,62980112,62980113,62980122
api/@ohos.multimedia.image.d.ts
New error codeClass name: ImageSource;
API declaration: createPixelMapList(options: DecodingOptions, callback: AsyncCallback<Array<PixelMap>>): void;
DIfferences: NA
Class name: ImageSource;
API declaration: createPixelMapList(options: DecodingOptions, callback: AsyncCallback<Array<PixelMap>>): void;
DIfferences: 62980110,62980112,62980113,62980122
api/@ohos.multimedia.image.d.ts
New error codeClass name: ImageSource;
API declaration: getDelayTimeList(): Promise<Array<number>>;
DIfferences: NA
Class name: ImageSource;
API declaration: getDelayTimeList(): Promise<Array<number>>;
DIfferences: 62980112,62980113,62980137
api/@ohos.multimedia.image.d.ts
New error codeClass name: ImageSource;
API declaration: getDelayTimeList(callback: AsyncCallback<Array<number>>): void;
DIfferences: NA
Class name: ImageSource;
API declaration: getDelayTimeList(callback: AsyncCallback<Array<number>>): void;
DIfferences: 62980112,62980113,62980137
api/@ohos.multimedia.image.d.ts
New error codeClass name: ImageSource;
API declaration: getFrameCount(): Promise<number>;
DIfferences: NA
Class name: ImageSource;
API declaration: getFrameCount(): Promise<number>;
DIfferences: 62980110
api/@ohos.multimedia.image.d.ts
New error codeClass name: ImageSource;
API declaration: getFrameCount(callback: AsyncCallback<number>): void;
DIfferences: NA
Class name: ImageSource;
API declaration: getFrameCount(callback: AsyncCallback<number>): void;
DIfferences: 62980110
api/@ohos.multimedia.image.d.ts
New error codeClass name: ImageSource;
API declaration: getImageProperty(key: PropertyKey, options?: ImagePropertyOptions): Promise<string>;
DIfferences: NA
Class name: ImageSource;
API declaration: getImageProperty(key: PropertyKey, options?: ImagePropertyOptions): Promise<string>;
DIfferences: 62980116
api/@ohos.multimedia.image.d.ts
New error codeClass name: ImageSource;
API declaration: modifyImageProperties(records: Record<PropertyKey, string |null>): Promise<void>;
DIfferences: NA
Class name: ImageSource;
API declaration: modifyImageProperties(records: Record<PropertyKey, string |null>): Promise<void>;
DIfferences: 62980133
api/@ohos.multimedia.image.d.ts
Function changeClass name: ImageCreator;
API declaration: queueImage(image: Image, callback: AsyncCallback<void>): void;
DIfferences: image: Image, callback: AsyncCallback<void>
Class name: ImageCreator;
API declaration: queueImage(interface: Image, callback: AsyncCallback<void>): void;
DIfferences: interface: Image, callback: AsyncCallback<void>
api/@ohos.multimedia.image.d.ts
Function changeClass name: ImageCreator;
API declaration: queueImage(image: Image): Promise<void>;
DIfferences: image: Image
Class name: ImageCreator;
API declaration: queueImage(interface: Image): Promise<void>;
DIfferences: interface: Image
api/@ohos.multimedia.image.d.ts
Deleted APIClass name: global;
API declaration: declare namespace videoProcessingEngine
DIfferences: declare namespace videoProcessingEngine
NAapi/@ohos.multimedia.videoProcessingEngine.d.ts
Deleted APIClass name: videoProcessingEngine;
API declaration: enum QualityLevel
DIfferences: enum QualityLevel
NAapi/@ohos.multimedia.videoProcessingEngine.d.ts
Deleted APIClass name: QualityLevel;
API declaration: NONE = 0
DIfferences: NONE = 0
NAapi/@ohos.multimedia.videoProcessingEngine.d.ts
Deleted APIClass name: QualityLevel;
API declaration: LOW = 1
DIfferences: LOW = 1
NAapi/@ohos.multimedia.videoProcessingEngine.d.ts
Deleted APIClass name: QualityLevel;
API declaration: MEDIUM = 2
DIfferences: MEDIUM = 2
NAapi/@ohos.multimedia.videoProcessingEngine.d.ts
Deleted APIClass name: QualityLevel;
API declaration: HIGH = 3
DIfferences: HIGH = 3
NAapi/@ohos.multimedia.videoProcessingEngine.d.ts
Deleted APIClass name: videoProcessingEngine;
API declaration: interface ImageProcessor
DIfferences: interface ImageProcessor
NAapi/@ohos.multimedia.videoProcessingEngine.d.ts
Deleted APIClass name: ImageProcessor;
API declaration: enhanceDetail(sourceImage: image.PixelMap, width: number, height: number, level?: QualityLevel): Promise<image.PixelMap>;
DIfferences: enhanceDetail(sourceImage: image.PixelMap, width: number, height: number, level?: QualityLevel): Promise<image.PixelMap>;
NAapi/@ohos.multimedia.videoProcessingEngine.d.ts
Deleted APIClass name: ImageProcessor;
API declaration: enhanceDetail(sourceImage: image.PixelMap, scale: number, level?: QualityLevel): Promise<image.PixelMap>;
DIfferences: enhanceDetail(sourceImage: image.PixelMap, scale: number, level?: QualityLevel): Promise<image.PixelMap>;
NAapi/@ohos.multimedia.videoProcessingEngine.d.ts
Deleted APIClass name: ImageProcessor;
API declaration: enhanceDetailSync(sourceImage: image.PixelMap, width: number, height: number, level?: QualityLevel): image.PixelMap;
DIfferences: enhanceDetailSync(sourceImage: image.PixelMap, width: number, height: number, level?: QualityLevel): image.PixelMap;
NAapi/@ohos.multimedia.videoProcessingEngine.d.ts
Deleted APIClass name: ImageProcessor;
API declaration: enhanceDetailSync(sourceImage: image.PixelMap, scale: number, level?: QualityLevel): image.PixelMap;
DIfferences: enhanceDetailSync(sourceImage: image.PixelMap, scale: number, level?: QualityLevel): image.PixelMap;
NAapi/@ohos.multimedia.videoProcessingEngine.d.ts
Deleted APIClass name: videoProcessingEngine;
API declaration: function initializeEnvironment(): Promise<void>;
DIfferences: function initializeEnvironment(): Promise<void>;
NAapi/@ohos.multimedia.videoProcessingEngine.d.ts
Deleted APIClass name: videoProcessingEngine;
API declaration: function deinitializeEnvironment(): Promise<void>;
DIfferences: function deinitializeEnvironment(): Promise<void>;
NAapi/@ohos.multimedia.videoProcessingEngine.d.ts
Deleted APIClass name: videoProcessingEngine;
API declaration: function create(): ImageProcessor;
DIfferences: function create(): ImageProcessor;
NAapi/@ohos.multimedia.videoProcessingEngine.d.ts
Deleted APIClass name: PixelMapFormat;
API declaration: ARGB_8888 = 1
DIfferences: ARGB_8888 = 1
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: PixelMapFormat;
API declaration: ASTC_4x4 = 102
DIfferences: ASTC_4x4 = 102
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: image;
API declaration: enum CropAndScaleStrategy
DIfferences: enum CropAndScaleStrategy
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: CropAndScaleStrategy;
API declaration: SCALE_FIRST = 1
DIfferences: SCALE_FIRST = 1
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: CropAndScaleStrategy;
API declaration: CROP_FIRST = 2
DIfferences: CROP_FIRST = 2
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: image;
API declaration: interface PackingOptionsForSequence
DIfferences: interface PackingOptionsForSequence
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: PackingOptionsForSequence;
API declaration: frameCount: number;
DIfferences: frameCount: number;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: PackingOptionsForSequence;
API declaration: delayTimeList: Array<number>;
DIfferences: delayTimeList: Array<number>;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: PackingOptionsForSequence;
API declaration: disposalTypes?: Array<number>;
DIfferences: disposalTypes?: Array<number>;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: PackingOptionsForSequence;
API declaration: loopCount?: number;
DIfferences: loopCount?: number;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: DecodingOptions;
API declaration: cropAndScaleStrategy?: CropAndScaleStrategy;
DIfferences: cropAndScaleStrategy?: CropAndScaleStrategy;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: image;
API declaration: function createPixelMapUsingAllocator(colors: ArrayBuffer, param: InitializationOptions, allocatorType?: AllocatorType): Promise<PixelMap>;
DIfferences: function createPixelMapUsingAllocator(colors: ArrayBuffer, param: InitializationOptions, allocatorType?: AllocatorType): Promise<PixelMap>;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: image;
API declaration: function createPixelMapUsingAllocatorSync(colors: ArrayBuffer, param: InitializationOptions, allocatorType?: AllocatorType): PixelMap;
DIfferences: function createPixelMapUsingAllocatorSync(colors: ArrayBuffer, param: InitializationOptions, allocatorType?: AllocatorType): PixelMap;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: image;
API declaration: function createPixelMapUsingAllocatorSync(param: InitializationOptions, allocatorType?: AllocatorType): PixelMap;
DIfferences: function createPixelMapUsingAllocatorSync(param: InitializationOptions, allocatorType?: AllocatorType): PixelMap;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: PixelMap;
API declaration: createScaledPixelMap(x: number, y: number, level?: AntiAliasingLevel): Promise<PixelMap>;
DIfferences: createScaledPixelMap(x: number, y: number, level?: AntiAliasingLevel): Promise<PixelMap>;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: PixelMap;
API declaration: createScaledPixelMapSync(x: number, y: number, level?: AntiAliasingLevel): PixelMap;
DIfferences: createScaledPixelMapSync(x: number, y: number, level?: AntiAliasingLevel): PixelMap;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: PixelMap;
API declaration: cloneSync(): PixelMap;
DIfferences: cloneSync(): PixelMap;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: PixelMap;
API declaration: clone(): Promise<PixelMap>;
DIfferences: clone(): Promise<PixelMap>;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: MetadataType;
API declaration: GIF_METADATA = 5
DIfferences: GIF_METADATA = 5
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: image;
API declaration: enum GifPropertyKey
DIfferences: enum GifPropertyKey
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: GifPropertyKey;
API declaration: GIF_DELAY_TIME = 'GifDelayTime'
DIfferences: GIF_DELAY_TIME = 'GifDelayTime'
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: GifPropertyKey;
API declaration: GIF_DISPOSAL_TYPE = 'GifDisposalType'
DIfferences: GIF_DISPOSAL_TYPE = 'GifDisposalType'
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: ImageSource;
API declaration: getImagePropertySync(key: PropertyKey): string;
DIfferences: getImagePropertySync(key: PropertyKey): string;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: ImageSource;
API declaration: createPictureAtIndex(index: number): Promise<Picture>;
DIfferences: createPictureAtIndex(index: number): Promise<Picture>;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: ImagePacker;
API declaration: packToDataFromPixelmapSequence(pixelmapSequence: Array<PixelMap>, options: PackingOptionsForSequence): Promise<ArrayBuffer>;
DIfferences: packToDataFromPixelmapSequence(pixelmapSequence: Array<PixelMap>, options: PackingOptionsForSequence): Promise<ArrayBuffer>;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: ImagePacker;
API declaration: packToFileFromPixelmapSequence(pixelmapSequence: Array<PixelMap>, fd: number, options: PackingOptionsForSequence): Promise<void>;
DIfferences: packToFileFromPixelmapSequence(pixelmapSequence: Array<PixelMap>, fd: number, options: PackingOptionsForSequence): Promise<void>;
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: image;
API declaration: function getImageSourceSupportedFormats(): string[];
DIfferences: function getImageSourceSupportedFormats(): string[];
NAapi/@ohos.multimedia.image.d.ts
Deleted APIClass name: image;
API declaration: function getImagePackerSupportedFormats(): string[];
DIfferences: function getImagePackerSupportedFormats(): string[];
NAapi/@ohos.multimedia.image.d.ts
Deleted kitClass name: global;
API declaration: api@ohos.multimedia.videoProcessingEngine.d.ts
DIfferences: ImageKit
Class name: global;
API declaration:
DIfferences: NA
api/@ohos.multimedia.videoProcessingEngine.d.ts

你可能感兴趣的鸿蒙文章

openharmony 鸿蒙 js-apidiff-ArkGraphics2D

openharmony 鸿蒙 js-apidiff-ArkGraphics3D

openharmony 鸿蒙 js-apidiff-MediaKit

openharmony 鸿蒙 js-apidiff-InputKit

openharmony 鸿蒙 js-apidiff-BasicServicesKit

openharmony 鸿蒙 js-apidiff-ConnectivityKit

openharmony 鸿蒙 js-apidiff-ArkWeb

openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit

openharmony 鸿蒙 js-apidiff-ArkData

openharmony 鸿蒙 js-apidiff-NA

  • 所属分类: 后端技术
  • 本文标签: 鸿蒙 软件
  • 版权声明: 本文链接 https://seaxiang.com/blog/NGuw58mg