Page 1 of 1

BMP2PNG

Posted: 29 Mar 2024, 20:52
by jay
This is a very simple command line tool that converts supplied Bitmap images to PNG images.

Since GDI+ refuses to read BMP32 for some reason, two bandaid fixes have been added to fix transparency. They have been creatively named bandaid-1 and bandaid-2, and they can be supplied as command-line parameters to the new version of the program.

It won't check for overwrites, so do be careful.

NEW VERSION:
Usage: bmp2png <--no-bandaid/--bandaid-1/--bandaid-2> <input file> <output file>
bmp2png.exe
(11 KiB) Downloaded 23 times