Description: The attached PPTX has a shape image of blue rectangle with green background. The green background is replaced with transparency in PowerPoint 2013. In impress the green background is not replaced. Steps to Reproduce: 1. Open the attached PPTX in Impress. 2. Compare to the attached PDF exported from PowerPoint 2013. Actual Results: The blue rectangle has green background. Expected Results: The green background should be replaced with transparency. Reproducible: Always User Profile Reset: No Additional Info: The XML of the <p:pic> shape with the <a:clrChange> element in slide1.xml: <p:pic> <p:nvPicPr> <p:cNvPr id="6" name="Picture 5"/> <p:cNvPicPr> <a:picLocks noChangeAspect="1"/> </p:cNvPicPr> <p:nvPr/> </p:nvPicPr> <p:blipFill> <a:blip r:embed="rId2"> <a:clrChange> <a:clrFrom> <a:srgbClr val="22B14C"/> </a:clrFrom> <a:clrTo> <a:srgbClr val="22B14C"> <a:alpha val="0"/> </a:srgbClr> </a:clrTo> </a:clrChange> <a:extLst> <a:ext uri="{28A0092B-C50C-407E-A947-70E740481C1C}"> <a14:useLocalDpi xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main" val="0"/> </a:ext> </a:extLst> </a:blip> <a:stretch> <a:fillRect/> </a:stretch> </p:blipFill> <p:spPr> <a:xfrm> <a:off x="5386640" y="2341783"/> <a:ext cx="1905770" cy="1905770"/> </a:xfrm> <a:prstGeom prst="rect"> <a:avLst/> </a:prstGeom> </p:spPr> </p:pic>
Created attachment 144868 [details] PPTX with color replacement
Created attachment 144869 [details] PDF exported from PowerPoint 2013 showing the expected result
confirm it in Version: 6.1.2.1 (x64) Build ID: 65905a128db06ba48db947242809d14d3f9a93fe CPU threads: 4; OS: Windows 10.0; UI render: GL; Locale: ru-RU (ru_RU); Calc: CL
Also reproduced in Version: 5.2.0.0.alpha0+ Build ID: 3ca42d8d51174010d5e8a32b96e9b4c0b3730a53 Threads 4; Ver: 4.10; Render: default; Version: 4.3.0.0.alpha1+ Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a) LibreOffice 3.3.0 OOO330m19 (Build:6) tag libreoffice-3.3.0.4
Still reproducible in: Version: 6.3.0.0.alpha1 Build ID: 547edd20e527fb02900f6174973770d26306e2e7 CPU threads: 1; OS: Linux 4.18; UI render: default; VCL: gtk3; Locale: en-US (en_IL); UI-Language: en-US
Still reproducible in Version: 6.4.0.0.alpha1+ Build ID: de4839e66d3d195315729b95cc144cdab96b6e74 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded
*** This bug has been marked as a duplicate of bug 113163 ***
Still reproducible in: Version: 7.2.0.0.alpha0+ / LibreOffice Community Build ID: db7ef0a9ed21b0271345249b97a7a10d60d259e6 CPU threads: 2; OS: Linux 5.8; UI render: default; VCL: gtk3 Locale: en-US (en_IL); UI: en-US TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2021-04-18_05:33:58 Calc: threaded
Yes. still reproducible in Version: 7.2.0.0.alpha0+ / LibreOffice Community Build ID: 93bb5fcba9e58eeeaaed9521c3bb4eecf9b91ac1 CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded @Bartosz, I thought you might be interested in this issue
In MSO this is No fill in Format Picture. I don't see transparency. In LO I don't see a way to change this green, no Area in right-click and Area in Sidebar is not applying. "No fill" is in other bugs also. No repro for PPT from MSO.
This is the "Set Transparent Color" feature on the Image ribbon - Color dropdown.
Still reproducible. The attached white-transparent.pptx has a related but different issue. It has a green shape and an image above it. The image white color is set to transparent. The image white background replacement to transparency works but it also hides the blue line in the image. To summarize: 1. Changing non white color to transparent doesn't work on PPTX import. 2. Changing white to transparent works on PPTX import but also hides the blue color.
Created attachment 176522 [details] PPTX with white change to transparent
Created attachment 176523 [details] PDF of white set to transparent exported from PowerPoint 2013 showing the expected result
The first file looks good in 7.5 since: https://git.libreoffice.org/core/+/2b902b6203a87bdca7856e17a9c0fcc403de4264 author Sarper Akdemir <sarper.akdemir@collabora.com> Thu Sep 01 14:59:51 2022 +0300 committer Miklos Vajna <vmiklos@collabora.com> Mon Sep 05 10:01:40 2022 +0200 tdf#149670 fix color change api and adjust tolerance for ooxml The second file is still bad, the blue line (which is part of a png file) is still missing - so indeed a separate issue. However the blue line was visible until 6.4 and the green square was not. This changed in 7.0: https://git.libreoffice.org/core/+/560f8935c3b9d854128d414753f871fa38c6da2a author Bartosz Kosiorek <gang65@poczta.onet.pl> Tue Nov 03 16:48:08 2020 +0100 committer Xisco Fauli <xiscofauli@libreoffice.org> Thu Nov 19 12:41:06 2020 +0100 tdf#113163 OOXML Fix transparency and alpha channel support *** This bug has been marked as a duplicate of bug 149670 ***