0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[TCPDF requires the Imagick or GD extension to handle PNG images with alpha channel. ] が出たとき

0
Posted at
  • phpでPDFを生成する機能を動かした際、白画面に表題のエラーが返ってきた。
  • phpinfo() で確認したらGDライブラリが入ってなかったので入れた。
sudo apt-get install php7.3-gd
  • インストール時、選択肢を聞かれたところはデフォルト、紫の画面は current keep 的なものを選択。

  • おまけ
  • phpのバージョン毎にgdがあったので検索してどれを使うか判断する
apt-cache search gd | grep php
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?