This specific .bmp file won't optimize correctly due to ImageW.exe
Javier Gutiérrez Chamorro (Guti) Open source projects
Brought to you by:
nikkho
Hello, I have a specific .bmp image that won't optimize correctly:
| Original | Optimized |
|---|---|
![]() |
![]() |
This seems to be due to an issue with imagew.exe. The command that's being executed is:
imagew.exe -noresize -zipcmprlevel 9 -outfmt bmp -compress "rle" "MonoGameIcon.bmp" "MonoGameIconOriginal_Optimized.bmp"
I've already created an issue on the ImageWorsener github. I will update this ticket once there's more information:
https://github.com/jsummers/imageworsener/issues/41
Thank you so much.
Looking forward.
The issue is now fixed by the maintainer of imagew:
https://github.com/jsummers/imageworsener/issues/41#issuecomment-1089151580
You have to change the CLI to include:
Thanks. It is now fixed: https://sourceforge.net/p/nikkhokkho/code/1697/
Hello @nikkho, I saw that you reverted ImageW to version 1.3.4 again which doesn't contain the fix for this bug.
https://sourceforge.net/p/nikkhokkho/code/1732/
I've asked the creator to create an imagew 1.3.5 version but it would be helpfull to revert this change if possible.
Thank you. I restored the test 41 build.
https://sourceforge.net/p/nikkhokkho/code/1759/
Waiting for 1.3.5.