I have an object type : PIL.PngImagePlugin.PngImageFile
,
that looks as follow, when printed: <PIL.PngImagePlugin.PngImageFile image mode=RGBA size=1008x576 at 0x7FB5EAAEDF70>
,
Is it possible to convert this object into a png to apply an imread(ima)
after that and display it?