Return-Path: X-Original-To: apmail-xmlgraphics-general-archive@www.apache.org Delivered-To: apmail-xmlgraphics-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3FE6FCF3E for ; Fri, 1 Jun 2012 14:03:36 +0000 (UTC) Received: (qmail 71455 invoked by uid 500); 1 Jun 2012 14:03:36 -0000 Mailing-List: contact general-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list general@xmlgraphics.apache.org Received: (qmail 71446 invoked by uid 99); 1 Jun 2012 14:03:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2012 14:03:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2012 14:03:33 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 843D9592D; Fri, 1 Jun 2012 14:03:12 +0000 (UTC) From: bugzilla@apache.org To: general@xmlgraphics.apache.org Subject: [Bug 51149] 20x slowdown in PNG processing when switching from JDK 1.6.0_17 to 1.6.0_18 Date: Fri, 01 Jun 2012 14:03:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: XMLGraphicsCommons X-Bugzilla-Component: Image codecs X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: lmpmbernardo@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: general@xmlgraphics.apache.org X-Bugzilla-Target-Milestone: -- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=51149 --- Comment #8 from Luis Bernardo --- note: although not part of this patch, I am finishing up a raw PNG image loader that bypasses decoding. since this was mentioned here, the time measurement with this new image loader for the same example is also shown here: $ time fop -c fop.xconf -fo test.fo -pdf test.pdf 01-Jun-2012 14:49:04 org.apache.fop.apps.FopFactoryConfigurator configure INFO: Default page-height set to: 11in 01-Jun-2012 14:49:04 org.apache.fop.apps.FopFactoryConfigurator configure INFO: Default page-width set to: 8.26in 01-Jun-2012 14:49:05 org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #1. real 0m0.659s user 0m0.816s sys 0m0.044s $ ls -l test.pdf -rw-rw-r-- 1 lbernardo lbernardo 202386 2012-06-01 14:49 test.pdf The size of the resulting file is smaller because the image (the IDAT chunk) is not decompressed. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: general-help@xmlgraphics.apache.org