When examining attachment 93106 [details] from bug 74262, i noticed that most images in the document had a darkenness appearing above it in Word 2013. Tested on Linux Mint with LibO 3.6.7, 4.2.4 and 4.3 beta. Example - attachment 100264 [details] PDF export from MS Word 2013 - attachment 100262 [details]
Basically word 2013 has the image set to brightness -50%, but this is not understood by LibO or even Word 2010.
Reproduced with 4.1.6.2. Attached PDF export. Changing Status to NEW.
Created attachment 100528 [details] 4.1.6.2 export
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (4.4.3 or later) https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results; 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for your help! -- The LibreOffice QA Team This NEW Message was generated on: 2015-06-08
Darkening still not applied. Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+ Build ID: 902255645328efde34ddf62227c8278e8dd61ff0 TinderBox: Win-x86@39, Branch:master, Time: 2015-07-30_03:52:07 Locale: en-US (fi_FI)
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.1.5 or 5.2.1 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug-20160920
A trimmed sample can be found here - attachment 136830 [details]. Tried WebODF, TextMaker and Calligra and they also dont show the adjusted brightness. So i checked the difference in XML of a 0% brightness to the current -50% and the difference was that with 0% brightness set in word 2013, draw:luminance and draw:contrast attributes were removed. <style:style ... style:name="a1" ...> <style:graphic-properties ... draw:luminance="0%" draw:contrast="0%" ... /> </style:style> @Regina: Any thoughts?
The topic of this issue is not clear to me: What have you done step by step, what do you expect to get, what do you actually get? But nevertheless some "thoughts". There are issues open in ODF regards luminance. https://issues.oasis-open.org/browse/OFFICE-3821 https://issues.oasis-open.org/browse/OFFICE-3833 In ODF luminance is a non-destructive filter. The image in the file is not changed by the UI setting, only the information about the setting is stored. The user can change the tone adjustments and will always have the original image inside the document package. In Word tone adjustment is applied to the image. So the user cannot go back to the original image. Because the tone adjustment is already applied, a draw:luminance attribute is not needed, when Word exports to odt. The draw:luminance domain is -100% to +100% with 0% meaning no change. So a draw:luminance=0% needs only to be written, if you want to prevent inheritance from a parent style.
(In reply to Regina Henschel from comment #8) > The topic of this issue is not clear to me: What have you done step by step, steps: 1. open attachment 136830 [details] in word 2013 and LO 2. word 2013 has the images as -50% brightness and LO doesnt > what do you expect to get i expect that LO also has it as -50% brightness > what do you actually get? LO has it with 0% brightness
In Word 2010 I get 0% in a scale from -100% to 100%. In the file itself it is draw:luminance="0%". So for me it is an error in Word 2013. https://answers.microsoft.com/en-us/office/forum/office_2013_release-word/opendocument-opened-with-word-2013-image-inserted/9adbd2ec-87ae-4847-b343-9005d6427516 https://answers.microsoft.com/en-us/msoffice/forum/msoffice_word-mso_windows8/dark-pictures-in-odt-document-from-libreoffice/ab51fba6-f612-455f-8a1a-a050d4e0fe7f
Perhaps Word developers get confused because https://issues.oasis-open.org/browse/OFFICE-3821.
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
(In reply to Regina Henschel from comment #10) > In Word 2010 I get 0% in a scale from -100% to 100%. > > In the file itself it is draw:luminance="0%". > > So for me it is an error in Word 2013. > https://answers.microsoft.com/en-us/office/forum/office_2013_release-word/ > opendocument-opened-with-word-2013-image-inserted/9adbd2ec-87ae-4847-b343- > 9005d6427516 > https://answers.microsoft.com/en-us/msoffice/forum/msoffice_word- > mso_windows8/dark-pictures-in-odt-document-from-libreoffice/ab51fba6-f612- > 455f-8a1a-a050d4e0fe7f Then let's close