You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: When passing an HEIC image to Image without specifying the width and height of the image, it will fail.
In this part of the Image method, we use getimagesize, which returns false as it does not support HEIC. Since $imsize is false, and so are $w and $h, we get the error.
Description: When passing an HEIC image to
Image
without specifying the width and height of the image, it will fail.In this part of the
Image
method, we usegetimagesize
, which returns false as it does not support HEIC. Since$imsize
is false, and so are$w
and$h
, we get the error.TCPDF/tcpdf.php
Line 6979 in 14ffa0e
The text was updated successfully, but these errors were encountered: