Bug in 6.2.6-3's "convert -colors 256 a.png b.png"

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
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Try adding -strip to your command line to remove any image profiles from your image and we suspect your final thumbnail image will be at a reasonable size.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Use this command:
  • convert srcimg.png -resize 264x png8:dstimg.png
Post Reply