Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHP を使用して 32 ビット PNG ファイルを24ビット PNGファイルに変換する方法。
ところで、私は Codeigniter を使用しており、Dreamhost でファイルをホストする予定です。
ありがとう!
これを試してください:
exec('convert -depth 24 /path/to/old/image.png /path/to/new/image.png');
ImageMagick 用の PEAR パッケージがありますが、ホスティング プロバイダーが PEAR パッケージをインストールしていない場合でもシステム コールを実行できます。