https://bugs.documentfoundation.org/show_bug.cgi?id=103801
Xisco Faulí <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|bibisectRequest |bibisected, bisected
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #3 from Xisco Faulí <[email protected]> ---
Regression introduced by:
author Tomaž Vajngerl <[email protected]> 2016-10-03 16:39:04
(GMT)
committer Tomaž Vajngerl <[email protected]> 2016-10-04 12:15:24
(GMT)
commit 8a04fac29da8ae902bd5f0aac559129013274304 (patch)
tree 0615500e9bc8b1b736ee2ed7922167b31199cfbd
parent d954f856a9909a582b089fd9339b0930d57914d7 (diff)
vcl: read image from JPEG one scanline at a time
When reading an image from JPEG file we allocate a large buffer
to hold the whole raw image before we read it into SalBitmap.
If the image is large this step will spike the memory usage.
This changes reading so that we allocate only the buffer for
a scanline and read one scanline at a time.
which is the same commit as in bug 103351
*** This bug has been marked as a duplicate of bug 103351 ***
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs