openharmony 鸿蒙 js-apidiff-ImageKit

2026-08-25 浏览 (1)

Change TypeOld VersionNew Versiond.ts File
API widget permission changeClass name: global;
API declaration: declare namespace image
Differences: NA
Class name: global;
API declaration: declare namespace image
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: enum PixelMapFormat
Differences: NA
Class name: image;
API declaration: enum PixelMapFormat
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMapFormat;
API declaration: UNKNOWN = 0
Differences: NA
Class name: PixelMapFormat;
API declaration: UNKNOWN = 0
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMapFormat;
API declaration: RGB_565 = 2
Differences: NA
Class name: PixelMapFormat;
API declaration: RGB_565 = 2
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMapFormat;
API declaration: RGBA_8888 = 3
Differences: NA
Class name: PixelMapFormat;
API declaration: RGBA_8888 = 3
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMapFormat;
API declaration: BGRA_8888 = 4
Differences: NA
Class name: PixelMapFormat;
API declaration: BGRA_8888 = 4
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMapFormat;
API declaration: RGB_888 = 5
Differences: NA
Class name: PixelMapFormat;
API declaration: RGB_888 = 5
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMapFormat;
API declaration: ALPHA_8 = 6
Differences: NA
Class name: PixelMapFormat;
API declaration: ALPHA_8 = 6
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMapFormat;
API declaration: RGBA_F16 = 7
Differences: NA
Class name: PixelMapFormat;
API declaration: RGBA_F16 = 7
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMapFormat;
API declaration: NV21 = 8
Differences: NA
Class name: PixelMapFormat;
API declaration: NV21 = 8
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMapFormat;
API declaration: NV12 = 9
Differences: NA
Class name: PixelMapFormat;
API declaration: NV12 = 9
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: interface Size
Differences: NA
Class name: image;
API declaration: interface Size
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: Size;
API declaration: height: number;
Differences: NA
Class name: Size;
API declaration: height: number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: Size;
API declaration: width: number;
Differences: NA
Class name: Size;
API declaration: width: number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: enum AlphaType
Differences: NA
Class name: image;
API declaration: enum AlphaType
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: AlphaType;
API declaration: UNKNOWN = 0
Differences: NA
Class name: AlphaType;
API declaration: UNKNOWN = 0
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: AlphaType;
API declaration: OPAQUE = 1
Differences: NA
Class name: AlphaType;
API declaration: OPAQUE = 1
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: AlphaType;
API declaration: PREMUL = 2
Differences: NA
Class name: AlphaType;
API declaration: PREMUL = 2
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: AlphaType;
API declaration: UNPREMUL = 3
Differences: NA
Class name: AlphaType;
API declaration: UNPREMUL = 3
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: enum ScaleMode
Differences: NA
Class name: image;
API declaration: enum ScaleMode
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: ScaleMode;
API declaration: FIT_TARGET_SIZE = 0
Differences: NA
Class name: ScaleMode;
API declaration: FIT_TARGET_SIZE = 0
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: ScaleMode;
API declaration: CENTER_CROP = 1
Differences: NA
Class name: ScaleMode;
API declaration: CENTER_CROP = 1
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: interface Region
Differences: NA
Class name: image;
API declaration: interface Region
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: Region;
API declaration: size: Size;
Differences: NA
Class name: Region;
API declaration: size: Size;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: Region;
API declaration: x: number;
Differences: NA
Class name: Region;
API declaration: x: number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: Region;
API declaration: y: number;
Differences: NA
Class name: Region;
API declaration: y: number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: interface PositionArea
Differences: NA
Class name: image;
API declaration: interface PositionArea
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PositionArea;
API declaration: pixels: ArrayBuffer;
Differences: NA
Class name: PositionArea;
API declaration: pixels: ArrayBuffer;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PositionArea;
API declaration: offset: number;
Differences: NA
Class name: PositionArea;
API declaration: offset: number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PositionArea;
API declaration: stride: number;
Differences: NA
Class name: PositionArea;
API declaration: stride: number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PositionArea;
API declaration: region: Region;
Differences: NA
Class name: PositionArea;
API declaration: region: Region;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: interface ImageInfo
Differences: NA
Class name: image;
API declaration: interface ImageInfo
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: ImageInfo;
API declaration: size: Size;
Differences: NA
Class name: ImageInfo;
API declaration: size: Size;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: ImageInfo;
API declaration: density: number;
Differences: NA
Class name: ImageInfo;
API declaration: density: number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: ImageInfo;
API declaration: stride: number;
Differences: NA
Class name: ImageInfo;
API declaration: stride: number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: interface DecodingOptions
Differences: NA
Class name: image;
API declaration: interface DecodingOptions
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: DecodingOptions;
API declaration: index?: number;
Differences: NA
Class name: DecodingOptions;
API declaration: index?: number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: DecodingOptions;
API declaration: sampleSize?: number;
Differences: NA
Class name: DecodingOptions;
API declaration: sampleSize?: number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: DecodingOptions;
API declaration: rotate?: number;
Differences: NA
Class name: DecodingOptions;
API declaration: rotate?: number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: DecodingOptions;
API declaration: editable?: boolean;
Differences: NA
Class name: DecodingOptions;
API declaration: editable?: boolean;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: DecodingOptions;
API declaration: desiredSize?: Size;
Differences: NA
Class name: DecodingOptions;
API declaration: desiredSize?: Size;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: DecodingOptions;
API declaration: desiredRegion?: Region;
Differences: NA
Class name: DecodingOptions;
API declaration: desiredRegion?: Region;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: DecodingOptions;
API declaration: desiredPixelFormat?: PixelMapFormat;
Differences: NA
Class name: DecodingOptions;
API declaration: desiredPixelFormat?: PixelMapFormat;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: DecodingOptions;
API declaration: fitDensity?: number;
Differences: NA
Class name: DecodingOptions;
API declaration: fitDensity?: number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: interface InitializationOptions
Differences: NA
Class name: image;
API declaration: interface InitializationOptions
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: InitializationOptions;
API declaration: size: Size;
Differences: NA
Class name: InitializationOptions;
API declaration: size: Size;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: InitializationOptions;
API declaration: pixelFormat?: PixelMapFormat;
Differences: NA
Class name: InitializationOptions;
API declaration: pixelFormat?: PixelMapFormat;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: InitializationOptions;
API declaration: editable?: boolean;
Differences: NA
Class name: InitializationOptions;
API declaration: editable?: boolean;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: InitializationOptions;
API declaration: alphaType?: AlphaType;
Differences: NA
Class name: InitializationOptions;
API declaration: alphaType?: AlphaType;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: InitializationOptions;
API declaration: scaleMode?: ScaleMode;
Differences: NA
Class name: InitializationOptions;
API declaration: scaleMode?: ScaleMode;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: interface SourceOptions
Differences: NA
Class name: image;
API declaration: interface SourceOptions
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: SourceOptions;
API declaration: sourceDensity: number;
Differences: NA
Class name: SourceOptions;
API declaration: sourceDensity: number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: SourceOptions;
API declaration: sourcePixelFormat?: PixelMapFormat;
Differences: NA
Class name: SourceOptions;
API declaration: sourcePixelFormat?: PixelMapFormat;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: SourceOptions;
API declaration: sourceSize?: Size;
Differences: NA
Class name: SourceOptions;
API declaration: sourceSize?: Size;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: function createImageSource(uri: string, options: SourceOptions): ImageSource;
Differences: NA
Class name: image;
API declaration: function createImageSource(uri: string, options: SourceOptions): ImageSource;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: function createImageSource(fd: number, options: SourceOptions): ImageSource;
Differences: NA
Class name: image;
API declaration: function createImageSource(fd: number, options: SourceOptions): ImageSource;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: function createImageSource(buf: ArrayBuffer): ImageSource;
Differences: NA
Class name: image;
API declaration: function createImageSource(buf: ArrayBuffer): ImageSource;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: function createImageSource(buf: ArrayBuffer, options: SourceOptions): ImageSource;
Differences: NA
Class name: image;
API declaration: function createImageSource(buf: ArrayBuffer, options: SourceOptions): ImageSource;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: interface PixelMap
Differences: NA
Class name: image;
API declaration: interface PixelMap
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: readonly isEditable: boolean;
Differences: NA
Class name: PixelMap;
API declaration: readonly isEditable: boolean;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: readPixelsToBuffer(dst: ArrayBuffer): Promise<void>;
Differences: NA
Class name: PixelMap;
API declaration: readPixelsToBuffer(dst: ArrayBuffer): Promise<void>;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: readPixelsToBuffer(dst: ArrayBuffer, callback: AsyncCallback<void>): void;
Differences: NA
Class name: PixelMap;
API declaration: readPixelsToBuffer(dst: ArrayBuffer, callback: AsyncCallback<void>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: readPixels(area: PositionArea): Promise<void>;
Differences: NA
Class name: PixelMap;
API declaration: readPixels(area: PositionArea): Promise<void>;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: readPixels(area: PositionArea, callback: AsyncCallback<void>): void;
Differences: NA
Class name: PixelMap;
API declaration: readPixels(area: PositionArea, callback: AsyncCallback<void>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: writePixels(area: PositionArea): Promise<void>;
Differences: NA
Class name: PixelMap;
API declaration: writePixels(area: PositionArea): Promise<void>;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: writePixels(area: PositionArea, callback: AsyncCallback<void>): void;
Differences: NA
Class name: PixelMap;
API declaration: writePixels(area: PositionArea, callback: AsyncCallback<void>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: writeBufferToPixels(src: ArrayBuffer): Promise<void>;
Differences: NA
Class name: PixelMap;
API declaration: writeBufferToPixels(src: ArrayBuffer): Promise<void>;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: writeBufferToPixels(src: ArrayBuffer, callback: AsyncCallback<void>): void;
Differences: NA
Class name: PixelMap;
API declaration: writeBufferToPixels(src: ArrayBuffer, callback: AsyncCallback<void>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: getImageInfo(): Promise<ImageInfo>;
Differences: NA
Class name: PixelMap;
API declaration: getImageInfo(): Promise<ImageInfo>;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: getImageInfo(callback: AsyncCallback<ImageInfo>): void;
Differences: NA
Class name: PixelMap;
API declaration: getImageInfo(callback: AsyncCallback<ImageInfo>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: getBytesNumberPerRow(): number;
Differences: NA
Class name: PixelMap;
API declaration: getBytesNumberPerRow(): number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: getPixelBytesNumber(): number;
Differences: NA
Class name: PixelMap;
API declaration: getPixelBytesNumber(): number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: getDensity(): number;
Differences: NA
Class name: PixelMap;
API declaration: getDensity(): number;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: opacity(rate: number, callback: AsyncCallback<void>): void;
Differences: NA
Class name: PixelMap;
API declaration: opacity(rate: number, callback: AsyncCallback<void>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: opacity(rate: number): Promise<void>;
Differences: NA
Class name: PixelMap;
API declaration: opacity(rate: number): Promise<void>;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: createAlphaPixelmap(): Promise<PixelMap>;
Differences: NA
Class name: PixelMap;
API declaration: createAlphaPixelmap(): Promise<PixelMap>;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: createAlphaPixelmap(callback: AsyncCallback<PixelMap>): void;
Differences: NA
Class name: PixelMap;
API declaration: createAlphaPixelmap(callback: AsyncCallback<PixelMap>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: scale(x: number, y: number, callback: AsyncCallback<void>): void;
Differences: NA
Class name: PixelMap;
API declaration: scale(x: number, y: number, callback: AsyncCallback<void>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: scale(x: number, y: number): Promise<void>;
Differences: NA
Class name: PixelMap;
API declaration: scale(x: number, y: number): Promise<void>;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: translate(x: number, y: number, callback: AsyncCallback<void>): void;
Differences: NA
Class name: PixelMap;
API declaration: translate(x: number, y: number, callback: AsyncCallback<void>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: translate(x: number, y: number): Promise<void>;
Differences: NA
Class name: PixelMap;
API declaration: translate(x: number, y: number): Promise<void>;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: rotate(angle: number, callback: AsyncCallback<void>): void;
Differences: NA
Class name: PixelMap;
API declaration: rotate(angle: number, callback: AsyncCallback<void>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: rotate(angle: number): Promise<void>;
Differences: NA
Class name: PixelMap;
API declaration: rotate(angle: number): Promise<void>;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: flip(horizontal: boolean, vertical: boolean, callback: AsyncCallback<void>): void;
Differences: NA
Class name: PixelMap;
API declaration: flip(horizontal: boolean, vertical: boolean, callback: AsyncCallback<void>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: flip(horizontal: boolean, vertical: boolean): Promise<void>;
Differences: NA
Class name: PixelMap;
API declaration: flip(horizontal: boolean, vertical: boolean): Promise<void>;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: crop(region: Region, callback: AsyncCallback<void>): void;
Differences: NA
Class name: PixelMap;
API declaration: crop(region: Region, callback: AsyncCallback<void>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: crop(region: Region): Promise<void>;
Differences: NA
Class name: PixelMap;
API declaration: crop(region: Region): Promise<void>;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: release(callback: AsyncCallback<void>): void;
Differences: NA
Class name: PixelMap;
API declaration: release(callback: AsyncCallback<void>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: PixelMap;
API declaration: release(): Promise<void>;
Differences: NA
Class name: PixelMap;
API declaration: release(): Promise<void>;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: image;
API declaration: interface ImageSource
Differences: NA
Class name: image;
API declaration: interface ImageSource
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: ImageSource;
API declaration: getImageInfo(index: number, callback: AsyncCallback<ImageInfo>): void;
Differences: NA
Class name: ImageSource;
API declaration: getImageInfo(index: number, callback: AsyncCallback<ImageInfo>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: ImageSource;
API declaration: getImageInfo(callback: AsyncCallback<ImageInfo>): void;
Differences: NA
Class name: ImageSource;
API declaration: getImageInfo(callback: AsyncCallback<ImageInfo>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: ImageSource;
API declaration: getImageInfo(index?: number): Promise<ImageInfo>;
Differences: NA
Class name: ImageSource;
API declaration: getImageInfo(index?: number): Promise<ImageInfo>;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: ImageSource;
API declaration: createPixelMap(options?: DecodingOptions): Promise<PixelMap>;
Differences: NA
Class name: ImageSource;
API declaration: createPixelMap(options?: DecodingOptions): Promise<PixelMap>;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: ImageSource;
API declaration: createPixelMap(callback: AsyncCallback<PixelMap>): void;
Differences: NA
Class name: ImageSource;
API declaration: createPixelMap(callback: AsyncCallback<PixelMap>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
API widget permission changeClass name: ImageSource;
API declaration: createPixelMap(options: DecodingOptions, callback: AsyncCallback<PixelMap>): void;
Differences: NA
Class name: ImageSource;
API declaration: createPixelMap(options: DecodingOptions, callback: AsyncCallback<PixelMap>): void;
Differences: form
api/@ohos.multimedia.image.d.ts
Deleted error codeClass name: ImageSource;
API declaration: createPixelMapList(options?: DecodingOptions): Promise<Array<PixelMap>>;
Differences: 401
Class name: ImageSource;
API declaration: createPixelMapList(options?: DecodingOptions): Promise<Array<PixelMap>>;
Differences: NA
api/@ohos.multimedia.image.d.ts
Deleted error codeClass name: ImageSource;
API declaration: createPixelMapList(callback: AsyncCallback<Array<PixelMap>>): void;
Differences: 401
Class name: ImageSource;
API declaration: createPixelMapList(callback: AsyncCallback<Array<PixelMap>>): void;
Differences: NA
api/@ohos.multimedia.image.d.ts
Deleted error codeClass name: ImageSource;
API declaration: createPixelMapList(options: DecodingOptions, callback: AsyncCallback<Array<PixelMap>>): void;
Differences: 401
Class name: ImageSource;
API declaration: createPixelMapList(options: DecodingOptions, callback: AsyncCallback<Array<PixelMap>>): void;
Differences: NA
api/@ohos.multimedia.image.d.ts
Deleted error codeClass name: ImageSource;
API declaration: getDelayTimeList(): Promise<Array<number>>;
Differences: 401
Class name: ImageSource;
API declaration: getDelayTimeList(): Promise<Array<number>>;
Differences: NA
api/@ohos.multimedia.image.d.ts
Deleted error codeClass name: ImageSource;
API declaration: getDelayTimeList(callback: AsyncCallback<Array<number>>): void;
Differences: 401
Class name: ImageSource;
API declaration: getDelayTimeList(callback: AsyncCallback<Array<number>>): void;
Differences: NA
api/@ohos.multimedia.image.d.ts
Deleted error codeClass name: ImageSource;
API declaration: getFrameCount(): Promise<number>;
Differences: 401
Class name: ImageSource;
API declaration: getFrameCount(): Promise<number>;
Differences: NA
api/@ohos.multimedia.image.d.ts
Deleted error codeClass name: ImageSource;
API declaration: getFrameCount(callback: AsyncCallback<number>): void;
Differences: 401
Class name: ImageSource;
API declaration: getFrameCount(callback: AsyncCallback<number>): void;
Differences: NA
api/@ohos.multimedia.image.d.ts
New APINAClass name: global;
API declaration: declare namespace sendableImage
Differences: declare namespace sendableImage
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: interface Size
Differences: interface Size
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: Size;
API declaration: height: number;
Differences: height: number;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: Size;
API declaration: width: number;
Differences: width: number;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: interface Region
Differences: interface Region
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: Region;
API declaration: size: Size;
Differences: size: Size;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: Region;
API declaration: x: number;
Differences: x: number;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: Region;
API declaration: y: number;
Differences: y: number;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: function createImageSource(uri: string): ImageSource;
Differences: function createImageSource(uri: string): ImageSource;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: function createImageSource(fd: number): ImageSource;
Differences: function createImageSource(fd: number): ImageSource;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: function createImageSource(buf: ArrayBuffer): ImageSource;
Differences: function createImageSource(buf: ArrayBuffer): ImageSource;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: function createImageReceiver(size: image.Size, format: image.ImageFormat, capacity: number): ImageReceiver;
Differences: function createImageReceiver(size: image.Size, format: image.ImageFormat, capacity: number): ImageReceiver;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: type ISendable = lang.ISendable;
Differences: type ISendable = lang.ISendable;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: function createPixelMap(colors: ArrayBuffer, options: image.InitializationOptions): Promise<PixelMap>;
Differences: function createPixelMap(colors: ArrayBuffer, options: image.InitializationOptions): Promise<PixelMap>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: function createPixelMapSync(colors: ArrayBuffer, options: image.InitializationOptions): PixelMap;
Differences: function createPixelMapSync(colors: ArrayBuffer, options: image.InitializationOptions): PixelMap;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: function createPixelMapFromParcel(sequence: rpc.MessageSequence): PixelMap;
Differences: function createPixelMapFromParcel(sequence: rpc.MessageSequence): PixelMap;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: function createPixelMapFromSurface(surfaceId: string, region: image.Region): Promise<PixelMap>;
Differences: function createPixelMapFromSurface(surfaceId: string, region: image.Region): Promise<PixelMap>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: function convertFromPixelMap(pixelmap: image.PixelMap): PixelMap;
Differences: function convertFromPixelMap(pixelmap: image.PixelMap): PixelMap;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: function convertToPixelMap(pixelmap: PixelMap): image.PixelMap;
Differences: function convertToPixelMap(pixelmap: PixelMap): image.PixelMap;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: interface PixelMap
Differences: interface PixelMap
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: readonly isEditable: boolean;
Differences: readonly isEditable: boolean;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: readPixelsToBuffer(dst: ArrayBuffer): Promise<void>;
Differences: readPixelsToBuffer(dst: ArrayBuffer): Promise<void>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: readPixelsToBufferSync(dst: ArrayBuffer): void;
Differences: readPixelsToBufferSync(dst: ArrayBuffer): void;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: readPixels(area: image.PositionArea): Promise<void>;
Differences: readPixels(area: image.PositionArea): Promise<void>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: readPixelsSync(area: image.PositionArea): void;
Differences: readPixelsSync(area: image.PositionArea): void;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: writePixels(area: image.PositionArea): Promise<void>;
Differences: writePixels(area: image.PositionArea): Promise<void>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: writePixelsSync(area: image.PositionArea): void;
Differences: writePixelsSync(area: image.PositionArea): void;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: writeBufferToPixels(src: ArrayBuffer): Promise<void>;
Differences: writeBufferToPixels(src: ArrayBuffer): Promise<void>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: writeBufferToPixelsSync(src: ArrayBuffer): void;
Differences: writeBufferToPixelsSync(src: ArrayBuffer): void;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: getImageInfo(): Promise<image.ImageInfo>;
Differences: getImageInfo(): Promise<image.ImageInfo>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: getImageInfoSync(): image.ImageInfo;
Differences: getImageInfoSync(): image.ImageInfo;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: getBytesNumberPerRow(): number;
Differences: getBytesNumberPerRow(): number;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: getPixelBytesNumber(): number;
Differences: getPixelBytesNumber(): number;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: getDensity(): number;
Differences: getDensity(): number;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: opacity(rate: number): Promise<void>;
Differences: opacity(rate: number): Promise<void>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: opacitySync(rate: number): void;
Differences: opacitySync(rate: number): void;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: createAlphaPixelmap(): Promise<PixelMap>;
Differences: createAlphaPixelmap(): Promise<PixelMap>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: createAlphaPixelmapSync(): PixelMap;
Differences: createAlphaPixelmapSync(): PixelMap;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: scale(x: number, y: number): Promise<void>;
Differences: scale(x: number, y: number): Promise<void>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: scaleSync(x: number, y: number): void;
Differences: scaleSync(x: number, y: number): void;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: translate(x: number, y: number): Promise<void>;
Differences: translate(x: number, y: number): Promise<void>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: translateSync(x: number, y: number): void;
Differences: translateSync(x: number, y: number): void;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: rotate(angle: number): Promise<void>;
Differences: rotate(angle: number): Promise<void>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: rotateSync(angle: number): void;
Differences: rotateSync(angle: number): void;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: flip(horizontal: boolean, vertical: boolean): Promise<void>;
Differences: flip(horizontal: boolean, vertical: boolean): Promise<void>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: flipSync(horizontal: boolean, vertical: boolean): void;
Differences: flipSync(horizontal: boolean, vertical: boolean): void;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: crop(region: image.Region): Promise<void>;
Differences: crop(region: image.Region): Promise<void>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: cropSync(region: image.Region): void;
Differences: cropSync(region: image.Region): void;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: getColorSpace(): colorSpaceManager.ColorSpaceManager;
Differences: getColorSpace(): colorSpaceManager.ColorSpaceManager;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: setColorSpace(colorSpace: colorSpaceManager.ColorSpaceManager): void;
Differences: setColorSpace(colorSpace: colorSpaceManager.ColorSpaceManager): void;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: readonly isStrideAlignment: boolean;
Differences: readonly isStrideAlignment: boolean;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: applyColorSpace(targetColorSpace: colorSpaceManager.ColorSpaceManager): Promise<void>;
Differences: applyColorSpace(targetColorSpace: colorSpaceManager.ColorSpaceManager): Promise<void>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: release(): Promise<void>;
Differences: release(): Promise<void>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: marshalling(sequence: rpc.MessageSequence): void;
Differences: marshalling(sequence: rpc.MessageSequence): void;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMap;
API declaration: unmarshalling(sequence: rpc.MessageSequence): Promise<PixelMap>;
Differences: unmarshalling(sequence: rpc.MessageSequence): Promise<PixelMap>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: interface ImageSource
Differences: interface ImageSource
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: ImageSource;
API declaration: createPixelMap(options?: image.DecodingOptions): Promise<PixelMap>;
Differences: createPixelMap(options?: image.DecodingOptions): Promise<PixelMap>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: ImageSource;
API declaration: release(): Promise<void>;
Differences: release(): Promise<void>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: interface Image
Differences: interface Image
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: Image;
API declaration: clipRect: Region;
Differences: clipRect: Region;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: Image;
API declaration: readonly size: Size;
Differences: readonly size: Size;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: Image;
API declaration: readonly format: number;
Differences: readonly format: number;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: Image;
API declaration: readonly timestamp: number;
Differences: readonly timestamp: number;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: Image;
API declaration: getComponent(componentType: image.ComponentType): Promise<image.Component>;
Differences: getComponent(componentType: image.ComponentType): Promise<image.Component>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: Image;
API declaration: release(): Promise<void>;
Differences: release(): Promise<void>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: sendableImage;
API declaration: interface ImageReceiver
Differences: interface ImageReceiver
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: ImageReceiver;
API declaration: readonly size: image.Size;
Differences: readonly size: image.Size;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: ImageReceiver;
API declaration: readonly capacity: number;
Differences: readonly capacity: number;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: ImageReceiver;
API declaration: readonly format: image.ImageFormat;
Differences: readonly format: image.ImageFormat;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: ImageReceiver;
API declaration: getReceivingSurfaceId(): Promise<string>;
Differences: getReceivingSurfaceId(): Promise<string>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: ImageReceiver;
API declaration: readLatestImage(): Promise<Image>;
Differences: readLatestImage(): Promise<Image>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: ImageReceiver;
API declaration: readNextImage(): Promise<Image>;
Differences: readNextImage(): Promise<Image>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: ImageReceiver;
API declaration: on(type: 'imageArrival', callback: AsyncCallback<void>): void;
Differences: on(type: 'imageArrival', callback: AsyncCallback<void>): void;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: ImageReceiver;
API declaration: release(): Promise<void>;
Differences: release(): Promise<void>;
api/@ohos.multimedia.sendableImage.d.ets
New APINAClass name: PixelMapFormat;
API declaration: RGBA_1010102 = 10
Differences: RGBA_1010102 = 10
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMapFormat;
API declaration: YCBCR_P010 = 11
Differences: YCBCR_P010 = 11
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMapFormat;
API declaration: YCRCB_P010 = 12
Differences: YCRCB_P010 = 12
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: COMPRESSION = 'Compression'
Differences: COMPRESSION = 'Compression'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: PHOTOMETRIC_INTERPRETATION = 'PhotometricInterpretation'
Differences: PHOTOMETRIC_INTERPRETATION = 'PhotometricInterpretation'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: STRIP_OFFSETS = 'StripOffsets'
Differences: STRIP_OFFSETS = 'StripOffsets'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SAMPLES_PER_PIXEL = 'SamplesPerPixel'
Differences: SAMPLES_PER_PIXEL = 'SamplesPerPixel'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: ROWS_PER_STRIP = 'RowsPerStrip'
Differences: ROWS_PER_STRIP = 'RowsPerStrip'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: STRIP_BYTE_COUNTS = 'StripByteCounts'
Differences: STRIP_BYTE_COUNTS = 'StripByteCounts'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: X_RESOLUTION = 'XResolution'
Differences: X_RESOLUTION = 'XResolution'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: Y_RESOLUTION = 'YResolution'
Differences: Y_RESOLUTION = 'YResolution'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: PLANAR_CONFIGURATION = 'PlanarConfiguration'
Differences: PLANAR_CONFIGURATION = 'PlanarConfiguration'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: RESOLUTION_UNIT = 'ResolutionUnit'
Differences: RESOLUTION_UNIT = 'ResolutionUnit'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: TRANSFER_FUNCTION = 'TransferFunction'
Differences: TRANSFER_FUNCTION = 'TransferFunction'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SOFTWARE = 'Software'
Differences: SOFTWARE = 'Software'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: ARTIST = 'Artist'
Differences: ARTIST = 'Artist'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: WHITE_POINT = 'WhitePoint'
Differences: WHITE_POINT = 'WhitePoint'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: PRIMARY_CHROMATICITIES = 'PrimaryChromaticities'
Differences: PRIMARY_CHROMATICITIES = 'PrimaryChromaticities'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: YCBCR_COEFFICIENTS = 'YCbCrCoefficients'
Differences: YCBCR_COEFFICIENTS = 'YCbCrCoefficients'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: YCBCR_SUB_SAMPLING = 'YCbCrSubSampling'
Differences: YCBCR_SUB_SAMPLING = 'YCbCrSubSampling'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: YCBCR_POSITIONING = 'YCbCrPositioning'
Differences: YCBCR_POSITIONING = 'YCbCrPositioning'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: REFERENCE_BLACK_WHITE = 'ReferenceBlackWhite'
Differences: REFERENCE_BLACK_WHITE = 'ReferenceBlackWhite'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: COPYRIGHT = 'Copyright'
Differences: COPYRIGHT = 'Copyright'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: JPEG_INTERCHANGE_FORMAT = 'JPEGInterchangeFormat'
Differences: JPEG_INTERCHANGE_FORMAT = 'JPEGInterchangeFormat'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: JPEG_INTERCHANGE_FORMAT_LENGTH = 'JPEGInterchangeFormatLength'
Differences: JPEG_INTERCHANGE_FORMAT_LENGTH = 'JPEGInterchangeFormatLength'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: EXPOSURE_PROGRAM = 'ExposureProgram'
Differences: EXPOSURE_PROGRAM = 'ExposureProgram'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SPECTRAL_SENSITIVITY = 'SpectralSensitivity'
Differences: SPECTRAL_SENSITIVITY = 'SpectralSensitivity'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: OECF = 'OECF'
Differences: OECF = 'OECF'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: EXIF_VERSION = 'ExifVersion'
Differences: EXIF_VERSION = 'ExifVersion'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: DATE_TIME_DIGITIZED = 'DateTimeDigitized'
Differences: DATE_TIME_DIGITIZED = 'DateTimeDigitized'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: COMPONENTS_CONFIGURATION = 'ComponentsConfiguration'
Differences: COMPONENTS_CONFIGURATION = 'ComponentsConfiguration'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SHUTTER_SPEED = 'ShutterSpeedValue'
Differences: SHUTTER_SPEED = 'ShutterSpeedValue'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: BRIGHTNESS_VALUE = 'BrightnessValue'
Differences: BRIGHTNESS_VALUE = 'BrightnessValue'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: MAX_APERTURE_VALUE = 'MaxApertureValue'
Differences: MAX_APERTURE_VALUE = 'MaxApertureValue'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SUBJECT_DISTANCE = 'SubjectDistance'
Differences: SUBJECT_DISTANCE = 'SubjectDistance'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SUBJECT_AREA = 'SubjectArea'
Differences: SUBJECT_AREA = 'SubjectArea'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: MAKER_NOTE = 'MakerNote'
Differences: MAKER_NOTE = 'MakerNote'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SUBSEC_TIME = 'SubsecTime'
Differences: SUBSEC_TIME = 'SubsecTime'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SUBSEC_TIME_ORIGINAL = 'SubsecTimeOriginal'
Differences: SUBSEC_TIME_ORIGINAL = 'SubsecTimeOriginal'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SUBSEC_TIME_DIGITIZED = 'SubsecTimeDigitized'
Differences: SUBSEC_TIME_DIGITIZED = 'SubsecTimeDigitized'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: FLASHPIX_VERSION = 'FlashpixVersion'
Differences: FLASHPIX_VERSION = 'FlashpixVersion'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: COLOR_SPACE = 'ColorSpace'
Differences: COLOR_SPACE = 'ColorSpace'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: RELATED_SOUND_FILE = 'RelatedSoundFile'
Differences: RELATED_SOUND_FILE = 'RelatedSoundFile'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: FLASH_ENERGY = 'FlashEnergy'
Differences: FLASH_ENERGY = 'FlashEnergy'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SPATIAL_FREQUENCY_RESPONSE = 'SpatialFrequencyResponse'
Differences: SPATIAL_FREQUENCY_RESPONSE = 'SpatialFrequencyResponse'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: FOCAL_PLANE_X_RESOLUTION = 'FocalPlaneXResolution'
Differences: FOCAL_PLANE_X_RESOLUTION = 'FocalPlaneXResolution'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: FOCAL_PLANE_Y_RESOLUTION = 'FocalPlaneYResolution'
Differences: FOCAL_PLANE_Y_RESOLUTION = 'FocalPlaneYResolution'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: FOCAL_PLANE_RESOLUTION_UNIT = 'FocalPlaneResolutionUnit'
Differences: FOCAL_PLANE_RESOLUTION_UNIT = 'FocalPlaneResolutionUnit'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SUBJECT_LOCATION = 'SubjectLocation'
Differences: SUBJECT_LOCATION = 'SubjectLocation'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: EXPOSURE_INDEX = 'ExposureIndex'
Differences: EXPOSURE_INDEX = 'ExposureIndex'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SENSING_METHOD = 'SensingMethod'
Differences: SENSING_METHOD = 'SensingMethod'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: FILE_SOURCE = 'FileSource'
Differences: FILE_SOURCE = 'FileSource'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: CFA_PATTERN = 'CFAPattern'
Differences: CFA_PATTERN = 'CFAPattern'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: CUSTOM_RENDERED = 'CustomRendered'
Differences: CUSTOM_RENDERED = 'CustomRendered'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: EXPOSURE_MODE = 'ExposureMode'
Differences: EXPOSURE_MODE = 'ExposureMode'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: DIGITAL_ZOOM_RATIO = 'DigitalZoomRatio'
Differences: DIGITAL_ZOOM_RATIO = 'DigitalZoomRatio'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SCENE_CAPTURE_TYPE = 'SceneCaptureType'
Differences: SCENE_CAPTURE_TYPE = 'SceneCaptureType'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GAIN_CONTROL = 'GainControl'
Differences: GAIN_CONTROL = 'GainControl'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: CONTRAST = 'Contrast'
Differences: CONTRAST = 'Contrast'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SATURATION = 'Saturation'
Differences: SATURATION = 'Saturation'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SHARPNESS = 'Sharpness'
Differences: SHARPNESS = 'Sharpness'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: DEVICE_SETTING_DESCRIPTION = 'DeviceSettingDescription'
Differences: DEVICE_SETTING_DESCRIPTION = 'DeviceSettingDescription'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SUBJECT_DISTANCE_RANGE = 'SubjectDistanceRange'
Differences: SUBJECT_DISTANCE_RANGE = 'SubjectDistanceRange'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: IMAGE_UNIQUE_ID = 'ImageUniqueID'
Differences: IMAGE_UNIQUE_ID = 'ImageUniqueID'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_VERSION_ID = 'GPSVersionID'
Differences: GPS_VERSION_ID = 'GPSVersionID'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_ALTITUDE_REF = 'GPSAltitudeRef'
Differences: GPS_ALTITUDE_REF = 'GPSAltitudeRef'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_ALTITUDE = 'GPSAltitude'
Differences: GPS_ALTITUDE = 'GPSAltitude'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_SATELLITES = 'GPSSatellites'
Differences: GPS_SATELLITES = 'GPSSatellites'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_STATUS = 'GPSStatus'
Differences: GPS_STATUS = 'GPSStatus'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_MEASURE_MODE = 'GPSMeasureMode'
Differences: GPS_MEASURE_MODE = 'GPSMeasureMode'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_DOP = 'GPSDOP'
Differences: GPS_DOP = 'GPSDOP'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_SPEED_REF = 'GPSSpeedRef'
Differences: GPS_SPEED_REF = 'GPSSpeedRef'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_SPEED = 'GPSSpeed'
Differences: GPS_SPEED = 'GPSSpeed'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_TRACK_REF = 'GPSTrackRef'
Differences: GPS_TRACK_REF = 'GPSTrackRef'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_TRACK = 'GPSTrack'
Differences: GPS_TRACK = 'GPSTrack'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_IMG_DIRECTION_REF = 'GPSImgDirectionRef'
Differences: GPS_IMG_DIRECTION_REF = 'GPSImgDirectionRef'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_IMG_DIRECTION = 'GPSImgDirection'
Differences: GPS_IMG_DIRECTION = 'GPSImgDirection'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_MAP_DATUM = 'GPSMapDatum'
Differences: GPS_MAP_DATUM = 'GPSMapDatum'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_DEST_LATITUDE_REF = 'GPSDestLatitudeRef'
Differences: GPS_DEST_LATITUDE_REF = 'GPSDestLatitudeRef'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_DEST_LATITUDE = 'GPSDestLatitude'
Differences: GPS_DEST_LATITUDE = 'GPSDestLatitude'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_DEST_LONGITUDE_REF = 'GPSDestLongitudeRef'
Differences: GPS_DEST_LONGITUDE_REF = 'GPSDestLongitudeRef'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_DEST_LONGITUDE = 'GPSDestLongitude'
Differences: GPS_DEST_LONGITUDE = 'GPSDestLongitude'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_DEST_BEARING_REF = 'GPSDestBearingRef'
Differences: GPS_DEST_BEARING_REF = 'GPSDestBearingRef'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_DEST_BEARING = 'GPSDestBearing'
Differences: GPS_DEST_BEARING = 'GPSDestBearing'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_DEST_DISTANCE_REF = 'GPSDestDistanceRef'
Differences: GPS_DEST_DISTANCE_REF = 'GPSDestDistanceRef'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_DEST_DISTANCE = 'GPSDestDistance'
Differences: GPS_DEST_DISTANCE = 'GPSDestDistance'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_PROCESSING_METHOD = 'GPSProcessingMethod'
Differences: GPS_PROCESSING_METHOD = 'GPSProcessingMethod'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_AREA_INFORMATION = 'GPSAreaInformation'
Differences: GPS_AREA_INFORMATION = 'GPSAreaInformation'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_DIFFERENTIAL = 'GPSDifferential'
Differences: GPS_DIFFERENTIAL = 'GPSDifferential'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: BODY_SERIAL_NUMBER = 'BodySerialNumber'
Differences: BODY_SERIAL_NUMBER = 'BodySerialNumber'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: CAMERA_OWNER_NAME = 'CameraOwnerName'
Differences: CAMERA_OWNER_NAME = 'CameraOwnerName'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: COMPOSITE_IMAGE = 'CompositeImage'
Differences: COMPOSITE_IMAGE = 'CompositeImage'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: COMPRESSED_BITS_PER_PIXEL = 'CompressedBitsPerPixel'
Differences: COMPRESSED_BITS_PER_PIXEL = 'CompressedBitsPerPixel'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: DNG_VERSION = 'DNGVersion'
Differences: DNG_VERSION = 'DNGVersion'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: DEFAULT_CROP_SIZE = 'DefaultCropSize'
Differences: DEFAULT_CROP_SIZE = 'DefaultCropSize'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GAMMA = 'Gamma'
Differences: GAMMA = 'Gamma'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: ISO_SPEED_LATITUDE_YYY = 'ISOSpeedLatitudeyyy'
Differences: ISO_SPEED_LATITUDE_YYY = 'ISOSpeedLatitudeyyy'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: ISO_SPEED_LATITUDE_ZZZ = 'ISOSpeedLatitudezzz'
Differences: ISO_SPEED_LATITUDE_ZZZ = 'ISOSpeedLatitudezzz'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: LENS_MAKE = 'LensMake'
Differences: LENS_MAKE = 'LensMake'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: LENS_MODEL = 'LensModel'
Differences: LENS_MODEL = 'LensModel'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: LENS_SERIAL_NUMBER = 'LensSerialNumber'
Differences: LENS_SERIAL_NUMBER = 'LensSerialNumber'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: LENS_SPECIFICATION = 'LensSpecification'
Differences: LENS_SPECIFICATION = 'LensSpecification'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: NEW_SUBFILE_TYPE = 'NewSubfileType'
Differences: NEW_SUBFILE_TYPE = 'NewSubfileType'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: OFFSET_TIME = 'OffsetTime'
Differences: OFFSET_TIME = 'OffsetTime'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: OFFSET_TIME_DIGITIZED = 'OffsetTimeDigitized'
Differences: OFFSET_TIME_DIGITIZED = 'OffsetTimeDigitized'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: OFFSET_TIME_ORIGINAL = 'OffsetTimeOriginal'
Differences: OFFSET_TIME_ORIGINAL = 'OffsetTimeOriginal'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SOURCE_EXPOSURE_TIMES_OF_COMPOSITE_IMAGE = 'SourceExposureTimesOfCompositeImage'
Differences: SOURCE_EXPOSURE_TIMES_OF_COMPOSITE_IMAGE = 'SourceExposureTimesOfCompositeImage'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SOURCE_IMAGE_NUMBER_OF_COMPOSITE_IMAGE = 'SourceImageNumberOfCompositeImage'
Differences: SOURCE_IMAGE_NUMBER_OF_COMPOSITE_IMAGE = 'SourceImageNumberOfCompositeImage'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SUBFILE_TYPE = 'SubfileType'
Differences: SUBFILE_TYPE = 'SubfileType'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GPS_H_POSITIONING_ERROR = 'GPSHPositioningError'
Differences: GPS_H_POSITIONING_ERROR = 'GPSHPositioningError'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: PHOTOGRAPHIC_SENSITIVITY = 'PhotographicSensitivity'
Differences: PHOTOGRAPHIC_SENSITIVITY = 'PhotographicSensitivity'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: BURST_NUMBER = 'HwMnoteBurstNumber'
Differences: BURST_NUMBER = 'HwMnoteBurstNumber'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: FACE_CONF = 'HwMnoteFaceConf'
Differences: FACE_CONF = 'HwMnoteFaceConf'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: FACE_LEYE_CENTER = 'HwMnoteFaceLeyeCenter'
Differences: FACE_LEYE_CENTER = 'HwMnoteFaceLeyeCenter'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: FACE_MOUTH_CENTER = 'HwMnoteFaceMouthCenter'
Differences: FACE_MOUTH_CENTER = 'HwMnoteFaceMouthCenter'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: FACE_POINTER = 'HwMnoteFacePointer'
Differences: FACE_POINTER = 'HwMnoteFacePointer'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: FACE_RECT = 'HwMnoteFaceRect'
Differences: FACE_RECT = 'HwMnoteFaceRect'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: FACE_REYE_CENTER = 'HwMnoteFaceReyeCenter'
Differences: FACE_REYE_CENTER = 'HwMnoteFaceReyeCenter'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: FACE_SMILE_SCORE = 'HwMnoteFaceSmileScore'
Differences: FACE_SMILE_SCORE = 'HwMnoteFaceSmileScore'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: FACE_VERSION = 'HwMnoteFaceVersion'
Differences: FACE_VERSION = 'HwMnoteFaceVersion'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: FRONT_CAMERA = 'HwMnoteFrontCamera'
Differences: FRONT_CAMERA = 'HwMnoteFrontCamera'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SCENE_POINTER = 'HwMnoteScenePointer'
Differences: SCENE_POINTER = 'HwMnoteScenePointer'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: SCENE_VERSION = 'HwMnoteSceneVersion'
Differences: SCENE_VERSION = 'HwMnoteSceneVersion'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: IS_XMAGE_SUPPORTED = 'HwMnoteIsXmageSupported'
Differences: IS_XMAGE_SUPPORTED = 'HwMnoteIsXmageSupported'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: XMAGE_MODE = 'HwMnoteXmageMode'
Differences: XMAGE_MODE = 'HwMnoteXmageMode'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: XMAGE_LEFT = 'HwMnoteXmageLeft'
Differences: XMAGE_LEFT = 'HwMnoteXmageLeft'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: XMAGE_TOP = 'HwMnoteXmageTop'
Differences: XMAGE_TOP = 'HwMnoteXmageTop'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: XMAGE_RIGHT = 'HwMnoteXmageRight'
Differences: XMAGE_RIGHT = 'HwMnoteXmageRight'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: XMAGE_BOTTOM = 'HwMnoteXmageBottom'
Differences: XMAGE_BOTTOM = 'HwMnoteXmageBottom'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: CLOUD_ENHANCEMENT_MODE = 'HwMnoteCloudEnhancementMode'
Differences: CLOUD_ENHANCEMENT_MODE = 'HwMnoteCloudEnhancementMode'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: WIND_SNAPSHOT_MODE = 'HwMnoteWindSnapshotMode'
Differences: WIND_SNAPSHOT_MODE = 'HwMnoteWindSnapshotMode'
api/@ohos.multimedia.image.d.ts
New APINAClass name: PropertyKey;
API declaration: GIF_LOOP_COUNT = 'GIFLoopCount'
Differences: GIF_LOOP_COUNT = 'GIFLoopCount'
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: enum DecodingDynamicRange
Differences: enum DecodingDynamicRange
api/@ohos.multimedia.image.d.ts
New APINAClass name: DecodingDynamicRange;
API declaration: AUTO = 0
Differences: AUTO = 0
api/@ohos.multimedia.image.d.ts
New APINAClass name: DecodingDynamicRange;
API declaration: SDR = 1
Differences: SDR = 1
api/@ohos.multimedia.image.d.ts
New APINAClass name: DecodingDynamicRange;
API declaration: HDR = 2
Differences: HDR = 2
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: enum PackingDynamicRange
Differences: enum PackingDynamicRange
api/@ohos.multimedia.image.d.ts
New APINAClass name: PackingDynamicRange;
API declaration: AUTO = 0
Differences: AUTO = 0
api/@ohos.multimedia.image.d.ts
New APINAClass name: PackingDynamicRange;
API declaration: SDR = 1
Differences: SDR = 1
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: enum AntiAliasingLevel
Differences: enum AntiAliasingLevel
api/@ohos.multimedia.image.d.ts
New APINAClass name: AntiAliasingLevel;
API declaration: NONE = 0
Differences: NONE = 0
api/@ohos.multimedia.image.d.ts
New APINAClass name: AntiAliasingLevel;
API declaration: LOW = 1
Differences: LOW = 1
api/@ohos.multimedia.image.d.ts
New APINAClass name: AntiAliasingLevel;
API declaration: MEDIUM = 2
Differences: MEDIUM = 2
api/@ohos.multimedia.image.d.ts
New APINAClass name: AntiAliasingLevel;
API declaration: HIGH = 3
Differences: HIGH = 3
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: enum HdrMetadataKey
Differences: enum HdrMetadataKey
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrMetadataKey;
API declaration: HDR_METADATA_TYPE = 0
Differences: HDR_METADATA_TYPE = 0
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrMetadataKey;
API declaration: HDR_STATIC_METADATA = 1
Differences: HDR_STATIC_METADATA = 1
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrMetadataKey;
API declaration: HDR_DYNAMIC_METADATA = 2
Differences: HDR_DYNAMIC_METADATA = 2
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrMetadataKey;
API declaration: HDR_GAINMAP_METADATA = 3
Differences: HDR_GAINMAP_METADATA = 3
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: enum HdrMetadataType
Differences: enum HdrMetadataType
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrMetadataType;
API declaration: NONE = 0
Differences: NONE = 0
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrMetadataType;
API declaration: BASE = 1
Differences: BASE = 1
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrMetadataType;
API declaration: GAINMAP = 2
Differences: GAINMAP = 2
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrMetadataType;
API declaration: ALTERNATE = 3
Differences: ALTERNATE = 3
api/@ohos.multimedia.image.d.ts
New APINAClass name: ImageInfo;
API declaration: pixelFormat: PixelMapFormat;
Differences: pixelFormat: PixelMapFormat;
api/@ohos.multimedia.image.d.ts
New APINAClass name: ImageInfo;
API declaration: alphaType: AlphaType;
Differences: alphaType: AlphaType;
api/@ohos.multimedia.image.d.ts
New APINAClass name: ImageInfo;
API declaration: mimeType: string;
Differences: mimeType: string;
api/@ohos.multimedia.image.d.ts
New APINAClass name: ImageInfo;
API declaration: isHdr: boolean;
Differences: isHdr: boolean;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PackingOption;
API declaration: desiredDynamicRange?: PackingDynamicRange;
Differences: desiredDynamicRange?: PackingDynamicRange;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PackingOption;
API declaration: needsPackProperties?: boolean;
Differences: needsPackProperties?: boolean;
api/@ohos.multimedia.image.d.ts
New APINAClass name: DecodingOptions;
API declaration: desiredDynamicRange?: DecodingDynamicRange;
Differences: desiredDynamicRange?: DecodingDynamicRange;
api/@ohos.multimedia.image.d.ts
New APINAClass name: InitializationOptions;
API declaration: srcPixelFormat?: PixelMapFormat;
Differences: srcPixelFormat?: PixelMapFormat;
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: interface HdrStaticMetadata
Differences: interface HdrStaticMetadata
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrStaticMetadata;
API declaration: displayPrimariesX: Array<number>;
Differences: displayPrimariesX: Array<number>;
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrStaticMetadata;
API declaration: displayPrimariesY: Array<number>;
Differences: displayPrimariesY: Array<number>;
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrStaticMetadata;
API declaration: whitePointX: number;
Differences: whitePointX: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrStaticMetadata;
API declaration: whitePointY: number;
Differences: whitePointY: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrStaticMetadata;
API declaration: maxLuminance: number;
Differences: maxLuminance: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrStaticMetadata;
API declaration: minLuminance: number;
Differences: minLuminance: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrStaticMetadata;
API declaration: maxContentLightLevel: number;
Differences: maxContentLightLevel: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrStaticMetadata;
API declaration: maxFrameAverageLightLevel: number;
Differences: maxFrameAverageLightLevel: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: interface GainmapChannel
Differences: interface GainmapChannel
api/@ohos.multimedia.image.d.ts
New APINAClass name: GainmapChannel;
API declaration: gainmapMax: number;
Differences: gainmapMax: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: GainmapChannel;
API declaration: gainmapMin: number;
Differences: gainmapMin: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: GainmapChannel;
API declaration: gamma: number;
Differences: gamma: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: GainmapChannel;
API declaration: baseOffset: number;
Differences: baseOffset: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: GainmapChannel;
API declaration: alternateOffset: number;
Differences: alternateOffset: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: interface HdrGainmapMetadata
Differences: interface HdrGainmapMetadata
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrGainmapMetadata;
API declaration: writerVersion: number;
Differences: writerVersion: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrGainmapMetadata;
API declaration: miniVersion: number;
Differences: miniVersion: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrGainmapMetadata;
API declaration: gainmapChannelCount: number;
Differences: gainmapChannelCount: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrGainmapMetadata;
API declaration: useBaseColorFlag: boolean;
Differences: useBaseColorFlag: boolean;
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrGainmapMetadata;
API declaration: baseHeadroom: number;
Differences: baseHeadroom: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrGainmapMetadata;
API declaration: alternateHeadroom: number;
Differences: alternateHeadroom: number;
api/@ohos.multimedia.image.d.ts
New APINAClass name: HdrGainmapMetadata;
API declaration: channels: Array<GainmapChannel>;
Differences: channels: Array<GainmapChannel>;
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: type HdrMetadataValue = HdrMetadataType |HdrStaticMetadata |ArrayBuffer |HdrGainmapMetadata;
Differences: type HdrMetadataValue = HdrMetadataType |HdrStaticMetadata |ArrayBuffer |HdrGainmapMetadata;
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: function createPixelMapSync(colors: ArrayBuffer, options: InitializationOptions): PixelMap;
Differences: function createPixelMapSync(colors: ArrayBuffer, options: InitializationOptions): PixelMap;
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: function createPixelMapSync(options: InitializationOptions): PixelMap;
Differences: function createPixelMapSync(options: InitializationOptions): PixelMap;
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: function createPremultipliedPixelMap(src: PixelMap, dst: PixelMap, callback: AsyncCallback<void>): void;
Differences: function createPremultipliedPixelMap(src: PixelMap, dst: PixelMap, callback: AsyncCallback<void>): void;
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: function createPremultipliedPixelMap(src: PixelMap, dst: PixelMap): Promise<void>;
Differences: function createPremultipliedPixelMap(src: PixelMap, dst: PixelMap): Promise<void>;
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: function createUnpremultipliedPixelMap(src: PixelMap, dst: PixelMap, callback: AsyncCallback<void>): void;
Differences: function createUnpremultipliedPixelMap(src: PixelMap, dst: PixelMap, callback: AsyncCallback<void>): void;
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: function createUnpremultipliedPixelMap(src: PixelMap, dst: PixelMap): Promise<void>;
Differences: function createUnpremultipliedPixelMap(src: PixelMap, dst: PixelMap): Promise<void>;
api/@ohos.multimedia.image.d.ts
New APINAClass name: image;
API declaration: function createPixelMapFromSurfaceSync(surfaceId: string, region: Region): PixelMap;
Differences: function createPixelMapFromSurfaceSync(surfaceId: string, region: Region): PixelMap;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: readPixelsToBufferSync(dst: ArrayBuffer): void;
Differences: readPixelsToBufferSync(dst: ArrayBuffer): void;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: readPixelsSync(area: PositionArea): void;
Differences: readPixelsSync(area: PositionArea): void;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: writePixelsSync(area: PositionArea): void;
Differences: writePixelsSync(area: PositionArea): void;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: writeBufferToPixelsSync(src: ArrayBuffer): void;
Differences: writeBufferToPixelsSync(src: ArrayBuffer): void;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: toSdr(): Promise<void>;
Differences: toSdr(): Promise<void>;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: getImageInfoSync(): ImageInfo;
Differences: getImageInfoSync(): ImageInfo;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: opacitySync(rate: number): void;
Differences: opacitySync(rate: number): void;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: createAlphaPixelmapSync(): PixelMap;
Differences: createAlphaPixelmapSync(): PixelMap;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: scaleSync(x: number, y: number): void;
Differences: scaleSync(x: number, y: number): void;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: scaleSync(x: number, y: number, level: AntiAliasingLevel): void;
Differences: scaleSync(x: number, y: number, level: AntiAliasingLevel): void;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: translateSync(x: number, y: number): void;
Differences: translateSync(x: number, y: number): void;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: rotateSync(angle: number): void;
Differences: rotateSync(angle: number): void;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: flipSync(horizontal: boolean, vertical: boolean): void;
Differences: flipSync(horizontal: boolean, vertical: boolean): void;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: cropSync(region: Region): void;
Differences: cropSync(region: Region): void;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: convertPixelFormat(targetPixelFormat: PixelMapFormat): Promise<void>;
Differences: convertPixelFormat(targetPixelFormat: PixelMapFormat): Promise<void>;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: setTransferDetached(detached: boolean): void;
Differences: setTransferDetached(detached: boolean): void;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: getMetadata(key: HdrMetadataKey): HdrMetadataValue;
Differences: getMetadata(key: HdrMetadataKey): HdrMetadataValue;
api/@ohos.multimedia.image.d.ts
New APINAClass name: PixelMap;
API declaration: setMetadata(key: HdrMetadataKey, value: HdrMetadataValue): Promise<void>;
Differences: setMetadata(key: HdrMetadataKey, value: HdrMetadataValue): Promise<void>;
api/@ohos.multimedia.image.d.ts
New APINAClass name: ImageSource;
API declaration: getImageInfoSync(index?: number): ImageInfo;
Differences: getImageInfoSync(index?: number): ImageInfo;
api/@ohos.multimedia.image.d.ts
New APINAClass name: ImageSource;
API declaration: createPixelMapSync(options?: DecodingOptions): PixelMap;
Differences: createPixelMapSync(options?: DecodingOptions): PixelMap;
api/@ohos.multimedia.image.d.ts
New APINAClass name: ImageSource;
API declaration: getDisposalTypeList(): Promise<Array<number>>;
Differences: getDisposalTypeList(): Promise<Array<number>>;
api/@ohos.multimedia.image.d.ts
New APINAClass name: ImageSource;
API declaration: getImageProperties(key: Array<PropertyKey>): Promise<Record<PropertyKey, string |null>>;
Differences: getImageProperties(key: Array<PropertyKey>): Promise<Record<PropertyKey, string |null>>;
api/@ohos.multimedia.image.d.ts
New APINAClass name: ImageSource;
API declaration: modifyImageProperties(records: Record<PropertyKey, string |null>): Promise<void>;
Differences: modifyImageProperties(records: Record<PropertyKey, string |null>): Promise<void>;
api/@ohos.multimedia.image.d.ts
New APINAClass name: Image;
API declaration: readonly timestamp: number;
Differences: readonly timestamp: number;
api/@ohos.multimedia.image.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.multimedia.sendableImage.d.ets
Differences: ImageKit
api/@ohos.multimedia.sendableImage.d.ets

你可能感兴趣的鸿蒙文章

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-ArkData

openharmony 鸿蒙 js-apidiff-NA

openharmony 鸿蒙 js-apidiff-IPCKit

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