To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67234
                 Issue #|67234
                 Summary|png export: limit the chunk size
               Component|gsl
                 Version|OOo 2.0.3
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|code
             Assigned to|sj
             Reported by|hdu





------- Additional comments from [EMAIL PROTECTED] Tue Jul 11 06:54:55 -0700 
2006 -------
Currently the PNGs produced by OOo only contain one IDAT chunk. This chunk can
easlily get absurdly large e.g. for high resolution scans. Reading and
checksumming this huge chunk is very costly from all perspectives: IO, CPU,
cachability and memory consumption. This is especially bad when considering that
this high cost is nowadays often wasted, because only a small part of the chunk
data is needed (see issue 55174).

I suggest to limit the chunk length to a cache friendly size, e.g. 256k.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to