This step-by-step article describes how to change the resolution dots-per-inch (the dpi settings) of exported slides by adding a new registry value for Microsoft Office PowerPoint 2013, 2010, 2007 or 2003. Additionally, this article describes how to export a slide as a picture.
Note The following table shows the default settings for a slide that
you export as a picture.
Collapse this tableExpand this table
| Pixels | Dots-per-inch (dpi) |
|---|
| 960 × 720 | 96 dpi (horizontal and vertical) |
| 1280 X 720 | 96 dpi (horizontal and vertical) - PowerPoint 2013 widescreen default |
Add the registry settings
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756
(http://support.microsoft.com/kb/322756/
)
How to back up and restore the registry in Windows
To export a slide as a picture that has a resolution that is greater than
the default of 96 dpi, you must add a registry value. To do this, follow these
steps:
- Exit all Microsoft Windows-based programs.
- Click Start, and then click
Run.
- In the Open box, type
regedit, and then click OK.
- Expand the registry to the subkey for the version of PowerPoint that you are using:
PowerPoint 2003HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\PowerPoint\Options
PowerPoint 2007
Note The registry subkey for PowerPoint 2007 will not work with Office 2007 Service Pack 1.
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\PowerPoint\Options
PowerPoint 2010
HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\PowerPoint\Options
PowerPoint 2013
HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\PowerPoint\Options
- Click to select the Options subkey, point to
New on the Edit menu, and then click
DWORD Value.
- Type ExportBitmapResolution, and
then press Enter.
- Make sure that ExportBitmapResolution is selected,
and then click Modify on the Edit menu.
- In the Value data box, type the resolution
value that you want, based on the following table.
Note The maximum resolution setting that PowerPoint 2003 exports is
307 dpi.Collapse this tableExpand this table
| Decimal value | Fullscreen Pixels (horizontal × vertical) | Dots-per-inch (horizontal and vertical) |
|---|
| 50 | 500 × 375 | 50 dpi |
| 96 (default) | 960 × 720 | 96 dpi |
| 100 | 1000 × 750 | 100 dpi |
| 150 | 1500 × 1125 | 150 dpi |
| 200 | 2000 × 1500 | 200 dpi |
| 250 | 2500 × 1875 | 250 dpi |
| 300 | 3000 × 2250 | 300 dpi |
Collapse this tableExpand this table
| Decimal value | Widescreen Pixels (horizontal × vertical) | Dots-per-inch (horizontal and vertical) |
|---|
| 50 | 667 × 375 | 50 dpi |
| 96 (default) | 1280 × 720 | 96 dpi |
| 100 | 1333 × 750 | 100 dpi |
| 150 | 2000 × 1125 | 150 dpi |
| 200 | 2667 × 1500 | 200 dpi |
| 250 | 3333 × 1875 | 250 dpi |
| 300 | 4000 × 2250 | 300 dpi |
- Click Decimal, and then click
OK.
- On the File menu, click
Exit to exit Registry Editor.
Export a PowerPoint slide as a picture
To export a PowerPoint slide as a picture, follow these steps:
- Start PowerPoint, and then open your slide
presentation.
- Open the slide that you want to export.
- On the File menu, click Save
As.
- In the Save as type box, select the format to use to export your picture, and then click
Save.
For example, in the Save as
type box, select one of the following:GIF Graphics Interchange Format (.gif)
JPEG File Interchange Format (*.jpg)
PNG Portable Network Graphics Format (*.png)
TIFF Tag Image File Format (*.tif)
Device Independent Bitmap (*.bmp)
Windows Metafile (*.wmf)
Enhanced Windows Metafile (*.emf)
Note You may also want to change the location where you save your
picture by changing the location in the Save in box. You may
want to change the name of your picture by changing the name in the
File name box.
Limitations
When you set the
ExportBitmapResolution registry value in the registry to change the export resolution of a picture in Microsoft Office PowerPoint 2003, there is a limitation that you must consider. The maximum resolution setting that Office PowerPoint 2003 exports is 3072 pixels measured from the longest edge of the slide. For example, the standard 10" × 7.5" slide would have a maximum effective DPI value of 307. (10 × 307) = 3070. The measurement of 3070 pixels falls within the 3072 limit. Any DPI settings that are higher than 307 for the standard slide would revert to the limit of 3072.
Collapse this tableExpand this table
| Decimal value | Pixels (horizontal × vertical) | Dots-per-inch (horizontal and vertical) |
|---|
| 307 | 3072 × 2304 | 307 dpi |
Note The limitation of 3072 pixels also applies to saving the slide programmatically. Code that exports the slide at a given pixel measurement will also be limited to 3072 pixels.
For example, the following code results in a graphic that is programmatically exported at 3072 × 2304 pixels:
ActiveWindow.Selection.SlideRange(1).export "c:\<filename>.jpg","JPG",4000,3000
Article ID: 827745 - Last Review: November 5, 2012 - Revision: 6.0
Applies to
- Microsoft PowerPoint 2013
- Microsoft PowerPoint 2010
- Microsoft Office PowerPoint 2007
- Microsoft Office PowerPoint 2003
| kbgraphic kbregistry kbsavefile kbexport kbhowto KB827745 |