Skip to content

ImageWorsener corrupts image when used as optimization tool in FileOptimizerFull #41

@devedse

Description

@devedse

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
image image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions