.. _doxcsid-class_p1_1_1_image_sdk_1_1_raw_image_1a8df56d7520b497583ae939c4cc5b5bad: 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:`BitmapImage` Convert( :ref:`ConvertConfig` config, ref :ref:`BitmapImage` maskImage, Func<:ref:`UInt32`, byte[]> allocFunction = null ); .. 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: