| Summary: | LO Impress: Estimated and final sizes differ in Presentation minimizer | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Vera Blagoveschenskaya <vercha> |
| Component: | Impress | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | NEW --- | ||
| Severity: | enhancement | CC: | thb, vasily.melenchuk |
| Priority: | medium | ||
| Version: | 6.2.0.0.beta1+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=43715 | ||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 113354 | ||
| Attachments: |
screen
presentation to test |
||
|
Description
Vera Blagoveschenskaya
2018-12-21 13:03:29 UTC
Created attachment 147741 [details]
screen
Created attachment 147744 [details]
presentation to test
Thank you for reporting the bug. I can confirm that the bug is present in Version: 6.3.0.0.alpha0+ Build ID: 3c964980da07892a02d5ac721d80558c459532d0 CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; TinderBox: Win-x86@42, Branch:master, Time: 2018-12-12_02:07:45 Locale: en-US (en_US); UI-Language: en-US Calc: threaded Unclear if that is doable - Cc Vasily who was looking into that code recently. Especially for images, relationship between compression paramaters and actual file size can be rather complex. Current implementation (see https://opengrok.libreoffice.org/xref/core/sdext/source/minimizer/optimizerdialogcontrols.cxx#791-806) is making very rough calculation based only on desired JPG compression and resolution. This approach gives very rough estimation even for JPEG images, but here are many factors not taken into account, like removing hidden slides, cropping images, etc. Theoretically, I see no limitations to provide more precise filesize estimation. |