使用有损压缩技术进行图像压缩

时间:2017-04-19 16:59:53

标签: matlab image-processing jpeg jpeg2000 lossy-compression

我需要使用ImageMagick和Matlab将PNG转换为JPEG,JPEG 2000。我想用比例压缩所有数据(例如10),然后指定一些文件大小?任何想法或解决方案来实现特定的文件大小?我该怎么做?谢谢

1 个答案:

答案 0 :(得分:1)

Imagemagick可以创建所需文件大小的JPG。见http://www.imagemagick.org/Usage/formats/#jpg

-define jpeg:extent={size}
As of IM v6.5.8-2 you can specify a maximum output filesize for the JPEG image. The size is specified with a suffix. For example "400kb".