Minitutorial: Creating a title slide from a portrait image
Back in January I promised I would do a tutorial on how to turn a portrait image into a full side slide. Well I can't start a series on tables without first doing that tutorial. Let's get started. The "problem" is simple, you have an image with the right height of a slide, the the width is not enough. In the case of a 1024 × 768 slide, some images come in the 512 × 768 size, so what to do with the other half? Case in point, Figure 1: Original portrait image. I would like to use this image taken from Wikimedia commons, but what to do with the other half? The result that I what to go is this Figure 2: turning Figure 1 into a full side slide With would give me white space and a sense of continuity that I really like. SO that's what we are going to do, makeover Figure 1 into Figure 2. The trick is simple, (1) we crop some pixels from Figure's 1 right border, (2) stretch it to cover the rest of slide, and (3) blur it. There is pre-processing and s...