Hey there,

I have the raw image data and now want to convert it to PNG image. How can i do that? The raw image data is stored in a unsigned char *.

I know how to convert it to Bitmap, but have no idea how to convert it to PNG.

Thanks in advance.