Why should I resize an image in Coldfusion if the file size doen't decrease and the quality of the image suffers?

核能气质少年 提交于 2019-12-02 13:40:25

I think what you fiddle with are quality/speed of the resize algorithm, not compression.

To compress with better file size, set the JPEG compression quality using the quality attribute (default to 0.75)

http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7945.html

If cfimage doesn't satisfy your needs, use imagemagick

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!