BTW, I'm looking that GIF and alpha channel is supported in FPDF.php 1.7, I'll try to port the changes to python, let me know if you're interested in testing it.
Best regards Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com On Wed, Jun 13, 2012 at 6:41 PM, Mariano Reingart <reing...@gmail.com> wrote: > PyFPDF currently supports jpg and png (binary transparency should > work, but alpha channel is not supported) > You can use PIL to convert between formats as reportlab does (FPDF.php > also uses GD to convert images to png) > > Let me know if it works or you need something else, > > Best regards, > > Mariano Reingart > http://www.sistemasagiles.com.ar > http://reingart.blogspot.com > > > On Wed, Jun 13, 2012 at 4:37 PM, Bob St John <bobinco...@gmail.com> wrote: >> The documentation for pyFpdf indicates support for gif images, yet there >> does not seem to be any hooks for gif in the FPDF class. >> >> pyFpdf seems to be a nice way to create reports, but my project requires gif >> images with transparency....