Bug 181866

Summary: Background image should fit the slide/page size
Product: [Applications] calligrastage Reporter: Jure Repinc <jlp>
Component: generalAssignee: T Zachmann <t.zachmann>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jure Repinc 2009-01-25 14:56:57 UTC
Version:           SVN (using KDE 4.2.0)
Compiler:          GCC 4.3.2 AMD64
OS:                Linux
Installed from:    Compiled From Sources

When I set the background image for the slide and the image is large (to look good when presenting) it doesn't get set to fit the size of the slide. Only the upper left corner of the image is displayed on the slide.

Steps to reproduce:
1. Start a new presentation
2. In the left side toolbar select "Background editing tool"
3. On the docker click "Set background image"
4. Select a large image, the large Air wallpaper for example

Actual result:
Only the top left corner of the image is visible in the slide.

Expected:
The image should be set to fit the size of the slide and the entire image should be shown.
Comment 1 T Zachmann 2009-01-27 06:14:47 UTC
Fix Bug 181866: Background image should fit the slide/page size

I chnaged the behaviour to the following:
o If a picture is inserted that is smaller than the page size it will be
  centered to tha page.
o If a picture is inserted that is bigger than the page size
  and the ratio of the image is nearly the same as the page it will be
  streached to the page.
  If the ratio differs more the image will be scaled to fit onto the
  page and will be shown centered.

When the featue and string freeze is lifted I would like to add
functionality to modify all these parameters.