\documentclass[12pt,dvips]{article}  
\usepackage{graphics}
\title{\LaTeX{} Exercise: Graphics Package}
\author{}
\date{\today}
\begin{document}
\maketitle

This is a test of the graphics postscript graphics package.

Some people have a \rotatebox{25}{slanted view} of the world.

\reflectbox{Is this secret writing or what??} 
 
We can both rotate and adjust the dimensions of the included graphics
by commands in the graphicx package.  Here is an example.
Can you tell whether the width was adjusted before or after the
rotation?    

\begin{figure}
%\begin{center}
\scalebox{0.2}{\includegraphics{golfer.ps}}
%\end{center}
\end{figure}      

\end{document}