Should I use a bitmap, metafile, or other graphic file to display a picture?

Should I use a bitmap, metafile, or other graphic file to display a picture?

You can use bitmap files (.bmp or .dib extensions), metafiles (.wmf or .emf extensions), or other graphic files such as GIF and JPEG to display background pictures or pictures in bound object frames, unbound object frames, or image controls.

When to use metafiles

Many graphics programs allow you to save files as metafiles. See the documentation that came with your graphics program for details. Note that if you paste a bitmap into a graphics program and save it as a metafile, it will still be a bitmap — it's just embedded in the metafile. You must create the graphic in the graphics program and save it as a metafile.

When to use bitmaps

Notes