You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2006/10/04 23:17:54 UTC

DO NOT REPLY [Bug 40676] - png graphics are expanded/uncompressed in pdf causing massive file size increase

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40676>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40676


jeremias@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
             Status|NEW                         |ASSIGNED
          Component|pdf                         |images
            Version|0.92                        |1.0dev




------- Additional Comments From jeremias@apache.org  2006-10-04 14:17 -------
PNG images are currently decompressed, normalized to RGBA (32bit) and then
recompressed for PDF. Of course, that's suboptimal.

Yes, it's theoretically possible to embed the compressed PNG data directly in
the PDF. This is something that is on my task list for the next three months as
part of a general redesign of the image adapter package which is also
responsible for the implicit conversion to RGBA of the image.

Work-arounds for you: Yes, please try a vector format, preferably SVG because we
can handle this natively. Your equations will look much nicer.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.