How to get a bitmap from a blob in an SQLite database

Hi,

We have bitmaps stored as blob in an SQlite database. Under Android, we can use the “BitmapFactory.decodeByteArray” to transform the bitmap stored as blob in the database.

Is there a solution with Corona to get a usable bitmap from the blob of the database?

Thanks a lot for your time,