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.
imageMagick と GD を使用せずに、アップロードされた画像を PHP で圧縮する方法を誰か教えてもらえますか?
画像のリサイズ方法も教えてください。
execlikeoptipngなどを介してコマンドラインツールを使用できますJpegtran`
exec
optipng
Jpegtran
exec("optipng largefie.png -out compressed.png");