I am trying to convert a jpeg image to a png(rgb+α).
I tried the following code, but it doesn't work.
img.write('path/to/file/png32:filename.png')
How do I achieve this?
I am trying to convert a jpeg image to a png(rgb+α).
I tried the following code, but it doesn't work.
img.write('path/to/file/png32:filename.png')
How do I achieve this?