Description: The attached Keynote has an image. The image is cropped on the left. In impress the image is not cropped and the resolution is bad. Steps to Reproduce: 1. Open the attached Keynote presentation. 2. Compare the image resolution and crop to the attached PDF exported from Keynote. Actual Results: The image resolution is bad. The image is not cropped on the left. Expected Results: Good image resolution. Image should be cropped on the left. Reproducible: Always User Profile Reset: No Additional Info: Version: 6.3.2.2 (x86) Build ID: 98b30e735bda24bc04ab42594c85f7fd8be07b9c CPU threads: 8; OS: Windows 6.1; UI render: default; VCL: win; Locale: en-US (en_US); UI-Language: en-US Calc: CL
Created attachment 155475 [details] Keynote presentation with cropped image
Created attachment 155476 [details] PDF exported from Keynote
The file attached can be open since libetonyek was updated to version 0.1.9 < https://cgit.freedesktop.org/libreoffice/core/commit/?id=c6e73f3e5bfd5b1cca94f985b5299857d0238ae3 > @David Tardon, I thought you might be interested in this issue...
I added some code to get some masks in libetonyek that should solve the cropping problem in this document. As for the resolution of this image, it is a theme image, so KeyNote only stored a low resolution in the .key file. When you ask it to open this file, it will first look to see if a high resolution is present on your computer; then it will try to find it on the internet (probably by trying to connect to an Apple server); finally, it will display a message saying that your computer is not connected to the internet and therefore some images can be displayed in low resolution. Note: to test this code, you can either recompile a version of libetonyek with the current code, or wait for a release of libetonyek and its integration in LibreOffice.