To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55174
                  Issue #:|55174
                  Summary:|Allow fast PNG preview
                Component:|gsl
                  Version:|OOo 2.0
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|ENHANCEMENT
                 Priority:|P4
             Subcomponent:|code
              Assigned to:|ssa
              Reported by:|hdu





------- Additional comments from [EMAIL PROTECTED] Wed Sep 28 03:48:23 -0700 
2005 -------
There are a lot of tasks in OOo that only require PNGs in preview quality.
Currently previews in OOo are done by loading the entire image and then scaling
it down by using selected pixels of the full image. By using a preview image
that is just big enough but smaller than the complete image there would be these
benefits:
- less memory usage
  - by not needing the memory for the full blown images
- increased speed by
  - no need to decompress the whole file for interlaced PNGs
  - no need to paint every pixel
  - no need to unfilter a scanline if the next line
    requests only a "None" or "Sub" filter
  - less work for Image->UniqueHash operations

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