Re: Histogram File Size
Fred Weinhaus <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240800c7b5dd82e224@[192.168.1.2]> |
The problem is that jpgs have been compressed but have millions of colors. Try reducing the number of colors for example the image in the article you report: identify sm_img_3455-thumb-210x157-2634.jpg ...17.5KB convert sm_img_3455-thumb-210x157-2634.jpg -colors 256 +dither histogram:sm_image_histogram.gif identify sm_image_histogram.gif ...16.5KB