How to change the resolution of a slide that you export as a picture in PowerPoint

Article ID: 827745 - View products that this article applies to.
Expand all | Collapse all

On This Page

Summary

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
PixelsDots-per-inch (dpi)
960 × 72096 dpi (horizontal and vertical)
1280 X 72096 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 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:
  1. Exit all Microsoft Windows-based programs.
  2. Click Start, and then click Run.
  3. In the Open box, type regedit, and then click OK.
  4. Expand the registry to the subkey for the version of PowerPoint that you are using:

    PowerPoint 2003
    HKEY_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
  5. Click to select the Options subkey, point to New on the Edit menu, and then click DWORD Value.
  6. Type ExportBitmapResolution, and then press Enter.
  7. Make sure that ExportBitmapResolution is selected, and then click Modify on the Edit menu.
  8. 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)
    50500 × 37550 dpi
    96 (default)960 × 72096 dpi
    1001000 × 750100 dpi
    1501500 × 1125150 dpi
    2002000 × 1500200 dpi
    2502500 × 1875250 dpi
    3003000 × 2250300 dpi
    Collapse this tableExpand this table
    Decimal valueWidescreen Pixels (horizontal × vertical)Dots-per-inch (horizontal and vertical)
    50667 × 37550 dpi
    96 (default)1280 × 72096 dpi
    1001333 × 750100 dpi
    1502000 × 1125150 dpi
    2002667 × 1500200 dpi
    2503333 × 1875250 dpi
    3004000 × 2250300 dpi
  9. Click Decimal, and then click OK.
  10. 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:
  1. Start PowerPoint, and then open your slide presentation.
  2. Open the slide that you want to export.
  3. On the File menu, click Save As.
  4. 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 valuePixels (horizontal × vertical)Dots-per-inch (horizontal and vertical)
3073072 × 2304307 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 

Properties

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
Keywords: 
kbgraphic kbregistry kbsavefile kbexport kbhowto KB827745

Give Feedback