Hello,
I'm the owner of DeveImageOptimizerWPF which uses https://nikkhokkho.sourceforge.io/static.php?page=FileOptimizer to optimize images. (But in parallel with some additional image verification after the optimization has completed).
When optimizing a certain .bmp image though the resulting image that was created by imagew was not equal to the input image:
| Original |
Optimized |
 |
 |
The command that was used is:
imagew.exe -noresize -zipcmprlevel 9 -outfmt bmp -compress "rle" "MonoGameIcon.bmp" "MonoGameIconOriginal_Optimized.bmp"
I've also attached the Original bmp and Optimized bmp files in a zip file (can't attach them directly as .bmp).
failingbmp.zip