Imagemagic image size get smaller MB
Imagemagic image size get smaller MB
How do I get the images smaller? I mean the Megabite/kilobyte not the witdth and height.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Imagemagic image size get smaller MB
Generally: choose a file type that supports compression (eg PNG, TIFF, JPG) and set the appropriate settings. At the command level, these are "-compress" and "-quality".
You might also reduce the bit depth (eg 8 bits/channel/pixel instead of 16), or use indexed (palette) storage.
I don't know how to do this in Magick++.
You might also reduce the bit depth (eg 8 bits/channel/pixel instead of 16), or use indexed (palette) storage.
I don't know how to do this in Magick++.
snibgo's IM pages: im.snibgo.com