.. _doxcsid-class_p1_1_1_image_sdk_1_1_convert_config_1a8bcbcd84ff2c2a96fdac24c567acfbb7: ConvertConfig.ApplyTo Method ++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Trigger processing of the applied options on the raw-image and return a new image as an RGB bitmap .. ref-code-block:: csharp :class: doxyrest-overview-code-block public :ref:`IBitmapImage` ApplyTo( :ref:`RawImage` image, ref :ref:`BitmapImage` maskImage, Func allocFunction = null ); .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - image - The source image to apply the configured decoding to * - maskImage - Output exposure masking image * - allocFunction - An optional memory allocator function .. rubric:: Returns: