`-strip -colors` オプションを指定する。 ```bash # 256色に減色 magick input.png -strip -colors 256 output.png ```