this page correctly:
FILL modifies only the width, maintaining the original aspect ratio, which can result in truncation
STRETCH modifies both height and width - which can result in distortion.
Correct?
Thanks
Chris
If I have understood Windows desktop wallpaper - Fill vs. Stretch
-
- PlutoniumLounger
- Posts: 16411
- Joined: 24 Jan 2010, 23:23
- Location: brings.slot.perky
Windows desktop wallpaper - Fill vs. Stretch
You do not have the required permissions to view the files attached to this post.
Most of my hair had already fallen out by the time I learned that mousse is spelled with two esses
-
- Administrator
- Posts: 79662
- Joined: 16 Jan 2010, 00:14
- Status: Microsoft MVP
- Location: Wageningen, The Netherlands
Re: Windows desktop wallpaper - Fill vs. Stretch
The description of FILL is not entirely correct. Width and height of the image may both be changed; the aspect ratio will be preserved.
If the width:height ratio of the image is larger than that of the screen, the height of the image will set to be equal to the height of the screen, causing the left and right sides of the image to be cut off.
If the width:height ratio of the image is smaller than that of the screen, the width of the image will set to be equal to the width of the screen, causing the top and bottom sides of the image to be cut off.
STRETCH causes the image to exactly fill the screen. This does not preserve the aspect ratio, and may cause the image to be distorted.
If the width:height ratio of the image is larger than that of the screen, the height of the image will set to be equal to the height of the screen, causing the left and right sides of the image to be cut off.
If the width:height ratio of the image is smaller than that of the screen, the width of the image will set to be equal to the width of the screen, causing the top and bottom sides of the image to be cut off.
STRETCH causes the image to exactly fill the screen. This does not preserve the aspect ratio, and may cause the image to be distorted.
Best wishes,
Hans
Hans
-
- Microsoft MVP
- Posts: 1347
- Joined: 24 May 2013, 15:33
- Location: Warminster, PA
Re: Windows desktop wallpaper - Fill vs. Stretch
The true effect of FILL will be [painfully] evident if you try it with two different images: one that's very wide, such as a panoramic view (Hans' first case), and one that's in portrait orientation (the second case).
-
- PlutoniumLounger
- Posts: 16411
- Joined: 24 Jan 2010, 23:23
- Location: brings.slot.perky
Re: Windows desktop wallpaper - Fill vs. Stretch
Thanks Hans. (Does "not entirely correct" translate to "incorrect" (grin))HansV wrote:The description of FILL is not entirely correct. ....
I thought that my mind wasn't functioning correctly!
Cheers
Chris
Most of my hair had already fallen out by the time I learned that mousse is spelled with two esses
-
- PlutoniumLounger
- Posts: 16411
- Joined: 24 Jan 2010, 23:23
- Location: brings.slot.perky
Re: Windows desktop wallpaper - Fill vs. Stretch
Thanks Jay.Jay Freedman wrote:The true effect of FILL will be [painfully] evident if you try it with two different images: one that's very wide, such as a panoramic view (Hans' first case), and one that's in portrait orientation (the second case).
I have found warping and truncation on occasions in the past, which is why (thirty years on!) I decided to read the Help files.
I am now of an age when it is a bit of a toss-up as to whether Microsoft Documentation OR my reasoning is failing.
Cheers
Chris
Most of my hair had already fallen out by the time I learned that mousse is spelled with two esses