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 で GD を使用して多数の png 画像を重ねてから、小さいバージョンを出力しています。
imagecopyすべてのレイヤーをimagecopyresampled作成してから合成画像を目的のサイズの空白の画像に作成するのと、最初に目的のサイズの空白の画像を作成してからimagecopyresampled各レイヤーをキャンバスに作成するのとでは、どちらが効率的ですか?
imagecopy
imagecopyresampled