Can't reduce PNG size in Windows

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

Windows and linux use different librarys. thus different sizes. Windows probably does not support all the compression modes of PNG so probably did not compress the image as well as the linux version.

Also you should read the image in first. If you don't read the image in first, commands are saved until one is read in. At that point the saved operations will be applied but without gurantee on their order. this is a special 'legacy' type mode.

See IM examples Basics
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply