hi everyone, i have a png image in my sqlite database now i want to read this image from my database i read this image and get it as a byte array nw ho do i go about converting this byte array into a bitmap so that i can paint it on the device.i tried it using DIBSECTION but it only paints the image if the image stored in the database is in a bmp format it does not print if the image stored in the database is a png i get a black image painted on the screen. thank you.