Re: [web2py] pyFpdf supports gif images?

2012-06-13 Thread Cliff Kachinske
Thanks, Mariano I'm using PyFPDF for printed reports with various logos on them; the extended report will come in handy. Cliff Kachinske On Wednesday, June 13, 2012 5:41:21 PM UTC-4, Mariano Reingart wrote: > > PyFPDF currently supports jpg and png (binary transparency should > work, but alpha

Re: [web2py] pyFpdf supports gif images?

2012-06-13 Thread Mariano Reingart
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

Re: [web2py] pyFpdf supports gif images?

2012-06-13 Thread Mariano Reingart
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 Rein

[web2py] pyFpdf supports gif images?

2012-06-13 Thread Bob St John
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