# OH_ImageProcessing ## Overview OH_ImageProcessing provides the declaration of the OH_ImageProcessing struct. To 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. **Since**: 13 **Related module**: [ImageProcessing](capi-imageprocessing.md) **Header file**: [image_processing_types.h](capi-image-processing-types-h.md)