in reply to Re: Including GIF image into PDF (using GD::Graph and PDF::API2 libraries)
in thread Including GIF image into PDF (using GD::Graph and PDF::API2 libraries)
I will submit this bug/fix to the package maintainer but in the meantime this post should help people who are stuck get their program working again.C<< 135c135 < $bits++ if($nextcode == (1<<$bits)); --- > $bits++ if($nextcode == (1<<$bits) and $bits<12); >>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Including GIF image into PDF (using GD::Graph and PDF::API2 libraries)
by MidLifeXis (Monsignor) on Apr 30, 2010 at 16:30 UTC | |
by zwon (Abbot) on Apr 30, 2010 at 17:45 UTC | |
by MidLifeXis (Monsignor) on May 01, 2010 at 10:41 UTC | |
|
Re^3: Including GIF image into PDF (using GD::Graph and PDF::API2 libraries)
by Anonymous Monk on Jun 18, 2013 at 15:24 UTC |