To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42314
                  Issue #:|42314
                  Summary:|Accelerate important bitmap operations
                Component:|gsl
                  Version:|680m74
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|hdu
              Reported by:|hdu





------- Additional comments from [EMAIL PROTECTED] Wed Feb  9 03:42:02 -0800 
2005 -------
In some important use cases OOo does way too many bitmap operations and they are
also too slow.

Examples of the useless conversions are from the device's image format into a
bottom-up BGR bitmap, doing some operations on it and converting it back.
Examples of the slow operations are SW implemented alpha-blending with three
indirect functions calls per pixel and each pixel function does full position
arithmetic (x+y*w) arithmetic.

Best is to avoid redundant operations completely, but there is a risk involved.
Since speeding bitmap operations up will also help the non-redundant cases it
should be done.

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