• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OH_ImageProcessing
2
3## Overview
4
5OH_ImageProcessing provides the declaration of the OH_ImageProcessing struct.
6
7To use it, first declare a null pointer of OH_ImageProcessing, and then initialize it by calling [OH_ImageProcessing_Create](capi-image-processing-h.md#oh_imageprocessing_create). This function creates an image processing instance. Multiple instances can be created for different image processing tasks.
8
9**Since**: 13
10
11**Related module**: [ImageProcessing](capi-imageprocessing.md)
12
13**Header file**: [image_processing_types.h](capi-image-processing-types-h.md)
14