How to change the resolution of a slide that you export as a picture in PowerPoint 2003 (827745)



The information in this article applies to:

  • Microsoft Office PowerPoint 2003

Important This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry

IN THIS TASK

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 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.

PixelsDots-per-inch (dpi)
960 x 72096 dpi (horizontal and vertical)

back to the top

Add the Registry Settings


To export a slide as a picture with a resolution greater than the default 96 dpi, you must add a registry value. To do this, follow these steps.

Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
  1. Quit your Microsoft Windows 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 following key:

    HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\PowerPoint\Options

  5. With the Options key selected, point to New on the Edit menu, and then click DWORD Value.
  6. Type ExportBitmapResolution, and then press ENTER.
  7. With ExportBitmapResolution selected, 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.

    Decimal valuePixels (horizontal x vertical)Dots-per-inch (horizontal and vertical)
    50500 x 37550 dpi
    96 (default)960 x 72096 dpi
    1001000 x 750100 dpi
    1501500 x 1125150 dpi
    2002000 x 1500200 dpi
    2502500 x 1875250 dpi
    3003000 x 2250300 dpi
  9. Click Decimal, and then click OK.
  10. On the File menu, click Exit to quit Registry Editor.
back to the top

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 type of picture that you want to export your slide as, 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.
back to the top

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 be aware of. The maximum resolution setting that Office PowerPoint 2003 exports is 3072 pixels measured from the longest edge of the slide. For Example, the standard 10x7.5" slide would have a maximum effective DPI value of 307. (10x307) = 3070. The measurement of 3070 pixels falls within the 3072 limit. Any DPI settings higher than 307 for the standard slide would revert to the limit of 3072.

Decimal valuePixels (horizontal x vertical)Dots-per-inch (horizontal and vertical)
3073072 x 2304307 dpi


Note The limitation of 3072 pixels applies to programmatically saving the slide as well. Code that is designed to export the slide at a given pixel measurement will also be limited to 3072 pixels. For example, ActiveWindow.Selection.SlideRange(1).export "c:\filename.jpg","JPG",4000,3000 will result in a graphic being programmatically exported at 3072x2304 pixels.

back to the top

Modification Type:MinorLast Reviewed:1/12/2006
Keywords:kbgraphic kbRegistry kbsavefile kbExport kbhowto KB827745 kbAudEndUser