If you plan to insert a .tif image in latex editor, you may find this error: LaTeX Error: Unknown graphics extension: .tif. In this tutorial, we will tell you how to do if this error occured.
You may insert .tif page like
\begin{figure}[H] \centering \includegraphics[width=0.80\textwidth]{Fig-1.tif} \caption{Image Insert.} \label{fig:1} \end{figure}
Unfortunately, latex does not support .tif format.
Image formats supported by latex
Latex supports these kinds of image formats:
.pdf, .jpeg, .jpg, .png, .eps, .epsf, .epsi, .pgf, .tikz, .ps
To fix this error, you have to convert .tif image to other format image, for example .eps format.