DO NOT REPLY [Bug 39215] [PATCH] To render GIF external images in RTF output via PNG

2012-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39215

Glenn Adams gl...@skynav.com changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #6 from Glenn Adams gl...@skynav.com 2012-04-01 06:46:51 UTC ---
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed

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


DO NOT REPLY [Bug 39215] [PATCH] To render GIF external images in RTF output via PNG

2009-08-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39215


Max Berger m...@berger.name changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #5 from Max Berger m...@berger.name 2009-08-26 01:28:58 PDT ---
Patch is now obsolete since the mentioned image conversion has been implemented
by Jeremias.

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


DO NOT REPLY [Bug 39215] - [PATCH] To render GIF external images in RTF output via PNG

2006-04-05 Thread bugzilla
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=39215.
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=39215


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Keywords||PatchAvailable




--- Additional Comments From [EMAIL PROTECTED]  2006-04-05 13:07 ---
Thanks for the patch, Ian. However, there's a fundamental problem with it: It
generates a dependency on JDK 1.4 or later due to the use of ImageIO. FOP must,
for the time being, remain compatible with JDK 1.3. FOP's image package contains
adapters to several image libraries which can read GIF images. The problem is
that you cannot easily use them for this particular use case because they
currently create a decoded bitmap image as a byte array. It would have to be
converted into a BufferedImage and then written to a PNG through the ImageWriter
interface provided by XML Graphics Commons
(http://svn.apache.org/viewcvs.cgi/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/image/writer/).

I've started documenting requirements for an improved image adapter package:
http://wiki.apache.org/xmlgraphics-fop/ImageSupport. But that's probably for
later since this will take some time to implement properly.

-- 
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.


DO NOT REPLY [Bug 39215] - [PATCH] To render GIF external images in RTF output via PNG

2006-04-05 Thread bugzilla
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=39215.
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=39215





--- Additional Comments From [EMAIL PROTECTED]  2006-04-05 14:08 ---
Is it Ok to use JAI to build the BufferedImage ?

-- 
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.