.. _doxcsid-class_p1_1_1_image_sdk_1_1_raw_image_1ae39fb659c59d843ca37756bdb7718e8a: RawImage.Convert Method +++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Get a processing object, that handles RAW convertion of the image into an RGB bitmap and also compute exposure mask if the threshold is set by user .. ref-code-block:: csharp :class: doxyrest-overview-code-block public :ref:`IBitmapImage` Convert( :ref:`ConvertConfig` config, ref :ref:`BitmapImage` maskImage, Func<:ref:`UInt32`, byte[]> allocFunction = null, bool useNativeMemory = false ); .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - config - The convert pipeline configuration to use when converting the image * - maskImage - Bitmap image that contain exposure mask * - allocFunction - An optional memory allocator function .. rubric:: Returns: