Feature #12447
closedSupport for PNG with alpha channel in pdf export
0%
Description
The /vendor/plugins/rfpdf/tcpdf.rb, port of FPDF, not work with png with alpha channel. The latest version of www.fpdf.org (1.7.1) is now able to do that, and an update to the ported class, will be really appreciated.
Files
Related issues
Updated by Jean-Philippe Lang almost 12 years ago
- Tracker changed from Defect to Feature
- Subject changed from PNG with alpha channel not supported in pdf export to Support for PNG with alpha channel in pdf export
Updated by Mischa The Evil about 11 years ago
- Has duplicate Feature #14599: Support 16-bit depth PNG images in PDF export added
Updated by Etienne Massip about 11 years ago
Might be of some help: https://code.google.com/p/pyfpdf/source/detail?r=6d269f7474c6.
Updated by Mischa The Evil about 11 years ago
- Has duplicate deleted (Feature #14599: Support 16-bit depth PNG images in PDF export)
Updated by Etienne Massip about 11 years ago
- Related to Feature #14599: Support 16-bit depth PNG images in PDF export added
Updated by Yukinari TOYOTA about 11 years ago
I have written a patch for r12228 by porting https://code.google.com/p/pyfpdf/source/detail?r=6d269f7474c6
However, interlacing and 16-bit depth are not supported yet.
Updated by Yukinari TOYOTA about 11 years ago
Here is a backported plugin by monkey patching: https://github.com/t-yuki/redmine_pdf_export_backports
Updated by Oscar Santos over 10 years ago
Has the patch provided by Yukinari been validated with newer versions of Redmine? We are on 2.3.4 stable. Thank you for helping to address this 16-bit PNG issue.
Updated by Oscar Santos over 10 years ago
Applied the patch in my test environment but saw no change. I loaded the Redmine PDF Export Backports plugin which granted the ability to export as HTML but PDF is still unable to render. Any ideas on how to resolve? Thank you.
Updated by Oscar Santos over 10 years ago
Update
I have loaded the plugin provided by Yukinari https://github.com/t-yuki/redmine_pdf_export_backports and was able to resolve the PDF export issue. In order to export PDF's, the short syntax of declaring an image must be used. For example:
"!myimage.png!" without quotes
We were using the long syntax of declaring the entire URL string. Adjusting the syntax allowed images to display properly in PDF exports.
Thank you Yukinari for your help with this.
Updated by Toshi MARUYAMA about 10 years ago
- Status changed from New to Closed
- Target version set to 2.6.0
- Resolution set to Fixed
Fixed by #17570.
Updated by li an about 10 years ago
It is great!! I tested under redmine 2.3.2, and tested with alpha channel png, now exported pdf can display that type of png normal. thanks.
Yukinari TOYOTA wrote:
Here is a backported plugin by monkey patching: https://github.com/t-yuki/redmine_pdf_export_backports