Hi Nicola,
Another bug when using last version 6.0.096 based on example_042.
I repeated the line 99 and add some error formatting at the beginning of the file
Error: getimagesize(C:\WINDOWS/__tcpdf_imgmask_alpha_517f1fb90ecf000740e163a670eb0a90): failed to open stream: No such file or directory
This errors goes away when commenting lines 7358 & 7359 of tcpdf.php
Best
The error message shows that your path settings are not correct.
Pease check your configuration file and use the forward slash charactes as directory separator instead of the backslash.
Hi Nicola,
Please have a look at the backtrace of the error. It comes from line 99, not line 98 which means it works for the first time I use the image, not the second time.
Best