I know when downscaling images we can just use the scale option. But as far as I know, this doesn't change the size of the overall output (let's say the PDF file).
\begin{figure}
\centering
\includegraphics[trim=1cm 6.1cm 6cm 14.0cm, clip=true, scale=0.3]{figs3.pdf}
\caption{The averaging blocks with $W=2$.}
\label{fig:theAvgBlock}
\end{figure}
- Is there anyway to compress the figure when we downscale using
scaleoption? - When we
trimthe figure, andclip=true, does it through away the extra parts? In other words, does it decrease the size of the figure? - Is there anyway to compress images inside Latex ?
The original problem is that I am using zoombox to include magnified subfigures of a BIG image, but I want to put a figure with smaller size instead of the full high-quality figure. (because of size limitation) At the same time, I want the magnified figures to be from the high-quality figure. Any ideas how to do this?