12-27-2020, 11:33 AM
Then not possible with either BIMP or XNview. I did a bug report about this https://github.com/alessandrofrancesconi...issues/244 but I suppose it is a fail-safe for people who require transparency.
The only other batch process I can come up with is using command line ImageMagick http://www.imagemagick.org
Run that in a folder full of bmp files to get png's
The only other batch process I can come up with is using command line ImageMagick http://www.imagemagick.org
Code:
magick mogrify -alpha off -format png *.bmp
Run that in a folder full of bmp files to get png's