When you open up the compress image dialog (image context menu > compress image...) and click on the 'Calculate' button, it shows you the new size of the compressed image in kilobytes, but doesnt show the percentage change in value, so a user knows how much he is saving.
Sure, this can be easily added.
I agree, this would be a useful further information.
It looks like this is in svx/source/dialog/compressgraphicdialog.cxx's CompressGraphicsDialog::Update() function.
Dear Ayhan Yalçınsoy, This bug has been in ASSIGNED status for more than 3 months without any activity. Resetting it to NEW. Please assign it back to yourself if you're still working on this.
I have worked on it. Please check : https://gerrit.libreoffice.org/c/core/+/101242 Waiting for reviews
Daniel committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/46772b2dbbc269c2e83f00af2cd864fb64ccf425 tdf#87963: Add percentage value to new calculated compressed image size It will be available in 7.1.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
I verify the implementation. In case the size is not shrinking, but growing, it is displayed like "(-265 % Reduction)". Daniel: if there is nothing else to do, please change the status to fixed.