I need to convert a 32-bit BMP to PNG, preserving the alpha channel. I thought this would be straight forward
Code: Select all
Convert before.BMP after.PNG
I have a bunch of bmp's I need to batch convert through code, and I've been trying all day to do this with varius tools.
Any thoughts and help is very much appreciated!