Png files larger in newer versions of ImageMagick
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
More verbosely. Your old IM was only used 8bit quality for colors. your new version uses a higher quality of 16 bits, and the PNG output reflected that change saving at a higher quality.
You can also save using a specify style of PNG image... for example
will aso force 8bit quality
or you can force a 256 color pallet using png8: or even...
or a 8bit greyscale pallette using
See IM Examples, PNG format
http://www.cit.gu.edu.au/~anthony/graph ... rmats/#png
You can also save using a specify style of PNG image... for example
Code: Select all
convert ..... png24:image.png
or you can force a 256 color pallet using png8: or even...
Code: Select all
convert -type Palette input.jpg output.png
Code: Select all
convert -type Scale input.jpg output.png
http://www.cit.gu.edu.au/~anthony/graph ... rmats/#png
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/