[Libreoffice-commits] core.git: Changes to 'private/vmiklos/image-rework'

Miklos Vajna vmiklos at collabora.co.uk
Thu Apr 19 10:30:00 UTC 2018


New branch 'private/vmiklos/image-rework' available with the following commits:
commit 3a92e5895202c551fd0a9a1c84c63ac666ba760d
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu Apr 19 12:24:59 2018 +0200

    DOCX import: lazy-read images without external headers
    
    So that similar to ODT, images are not loaded on file open, only when
    the user scrolls there.
    
    Change-Id: I44754e659effebca8339715df114dbaadb9b5e9f

commit fa6b1da65928d4d29f23d5e61e4ebc040f611ef8
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
Date:   Sat Apr 14 15:13:05 2018 +0900

    Function to load graphic swapped out (loaded on demand)
    
    When a document is loaded it takes a lot of time and memory to
    load the graphic that are in the documet, so avoid that and just
    store the compressed graphic into a temporary file (handeled by
    GfxLink) and load when we really need to show the graphic.
    
    Change-Id: Ia1218f93b1735402b7828404f65660e2d4acf32f



More information about the Libreoffice-commits mailing list