开发者

Convert 32bit PNG file to 24bit PNG file

开发者 https://www.devze.com 2023-04-10 14:35 出处:网络
How开发者_开发百科 to convert 32bit PNG file to 24bit PNG file using PHP. btw I am using Codeigniter, and planning to host files at Dreamhost.

How开发者_开发百科 to convert 32bit PNG file to 24bit PNG file using PHP.

btw I am using Codeigniter, and planning to host files at Dreamhost.

Thanks!


Give this a try:

exec('convert -depth 24 /path/to/old/image.png /path/to/new/image.png');

There is a PEAR package for ImageMagick, although making a system call also works if your hosting provider hasn't installed the PEAR package.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号