Project

General

Profile

Actions

Feature #12447

closed

Support for PNG with alpha channel in pdf export

Added by Fabio Bonfante over 11 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
PDF export
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

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

support-alpha-png-12447.patch (5.38 KB) support-alpha-png-12447.patch Yukinari TOYOTA, 2013-10-24 19:22

Related issues

Related to Redmine - Feature #14599: Support 16-bit depth PNG images in PDF exportClosed

Actions
Actions #1

Updated by Jean-Philippe Lang over 11 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
Actions #2

Updated by SA Frolov about 11 years ago

+1

Actions #3

Updated by Mischa The Evil over 10 years ago

  • Has duplicate Feature #14599: Support 16-bit depth PNG images in PDF export added
Actions #5

Updated by Mischa The Evil over 10 years ago

  • Has duplicate deleted (Feature #14599: Support 16-bit depth PNG images in PDF export)
Actions #6

Updated by Etienne Massip over 10 years ago

  • Related to Feature #14599: Support 16-bit depth PNG images in PDF export added
Actions #7

Updated by Yukinari TOYOTA over 10 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.

Actions #8

Updated by Yukinari TOYOTA over 10 years ago

Here is a backported plugin by monkey patching: https://github.com/t-yuki/redmine_pdf_export_backports

Actions #9

Updated by Oscar Santos about 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.

Actions #10

Updated by Oscar Santos about 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.

Actions #11

Updated by Oscar Santos about 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.

Actions #12

Updated by Toshi MARUYAMA over 9 years ago

  • Status changed from New to Closed
  • Target version set to 2.6.0
  • Resolution set to Fixed

Fixed by #17570.

Actions #13

Updated by li an over 9 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

Actions

Also available in: Atom PDF