if you mean png in python code, yes , because just this extension generate image from (PIXFORMAT_RGB565).
and yes I used PIL
Image.fromarray(na).save('C://Users//hp//Desktop//newrgbresult.png')
if you mean png in python code, yes , because just this extension generate image from (PIXFORMAT_RGB565).
and yes I used PIL
Image.fromarray(na).save('C://Users//hp//Desktop//newrgbresult.png')