My aim is to cut pictures into two halves at the end of a page so that is would be continued on the next page and no space will be wasted.
By document type is:
\documentclass[12pt, twocolumn]{article}
And I include pictures like this:
\begin{figure}[!h]
\centering
\includegraphics[width=0.5 \textwidth]{testpicture.jpg}
\end{figure}
Does someone have an idea how to do that splitting?