how can I achieve to import only the left part of the picture?
I am using dpfloat package.
Currently I have:
What I would like is to have a large image on two pages on top of each page. I can't find any command like \width or \originalwidth, or \picturewidth or \imagewidth in order to trim only the left/right half of the picture.\begin{figure}[t]
\begin{leftfullpage}
\includegraphics[trim=0 0 1168 0, clip=true, width=\textwidth]{Image-JohnHowe-Moria.jpg}
\end{leftfullpage}
\end{figure}
\begin{figure}[t]
\begin{fullpage}
\includegraphics[trim=1169 0 0 0, clip=true, width=\textwidth]{Image-JohnHowe-Moria.jpg}
\end{fullpage}
\end{figure}