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.
画像のサイズを変更するために、codeigniter の画像ライブラリ ライブラリを使用しています。ただし、画像ライブラリのサイズ変更機能は、時々壊れた画像を生成し、エラーも発生しません。壊れた画像を検出する方法。
if ( ! $this->image_lib->resize()) { echo $this->image_lib->display_errors(); }