bbmsp_image_get_data_size()

Retrieve the size of the image data.

Synopsis:

#include "bbmsp/bbmsp_util.h"
 
BBMSP_API unsigned int bbmsp_image_get_data_size(bbmsp_image_t *image)

Since:

BlackBerry 10.0.0

Arguments:

image

A pointer to the image whose data size to retrieve.

Library:

libbbmsp (For the qcc command, use the -l bbmsp option to link against this library)

Description:

Returns:

The size of the image data.