lamuzzachiodi / tclfpdf

Port of tFPDF (PHP) by by Ian Back and Tycho Veltmeijer (modified version of FPDF by Olivier Plathey) to TCL
9 stars 1 forks source link

Problems with some Gif and Png files #6

Closed mittelmark closed 3 months ago

mittelmark commented 1 year ago

There was a discussion on comp.lang.tcl that some type of png or gif files (interlaced) make problems. There were a workaround suggested to convert to jpeg and then import this file instead. May be you can have a check of the problem yourself:

https://groups.google.com/g/comp.lang.tcl/c/uxA-hdvntOI

I added a Wiki entry as well to show the workaround:

https://wiki.tcl-lang.org/page/TCLFPDF?V=10

Detlef

lamuzzachiodi commented 1 year ago

I´ll take a look. Thanks you for you comment.

lamuzzachiodi commented 3 months ago

At least for me, that workaround doesn't work at all. In other hand, jpg isn't supported by image photo, only GIF and PNG (tcl 8.6.X). So, convert GIF to PNG still is the most reliable workaround.