While compiling the following code
{\centering {\includegraphics[scale=.5]{splash.eps}} \caption{Splash Screen} \par}
\end{figure}
Splash screen is an integral part and shows a tutorial of application.
\begin{figure}[ht]
{\centering {\includegraphics[scale=.5]{splashmore.eps}} \caption{Splash Screen 1} \par}
\end{figure}
The first image (i.e splash.eps) gets added properly when compiled. While trying to add the second one, compilation gives the following error.
! LaTeX Error: Cannot determine size of graphic in ./eps/splashmore.eps (no Bou
ndingBox).
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.16 ...\includegraphics[scale=.5]{splashmore.eps}
} \caption{Splash Screen 1...
What could be the problem?
Edit: The problem was with the image. I opened it with Gimp and saved it as .eps file and latter on used it with no troubles.