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で作成する必要があります。画像の幅は固定で、高さは可変です。非常に短いテキストが含まれている場合もあれば、非常に長いテキストが含まれている場合もあります。
画像を作成するとき、imagecreate 関数は正確な寸法を必要としますが、テキストが可変であるため、これは問題です。手っ取り早く整理する方法はありますか?
ありがとう
imagettfbboxを使用して、画像を作成する前にテキストの高さと幅を取得します。