I am using beamer and having included the same image many times with pgf, declare once and insert.
It looks like the PS file from dvips grow linear as I create slides (the image is on the background). Reading online this should not be a problem on Unix systems, but the on windows it might be an issue.
Anyone have a solution as compiling takes around 1min now and the PS file is 200mb, not that handy?
How its used currently:
\pgfdeclareimage{redtree}{images/red_tree}%
\setbeamertemplate{background}{%
\pgftext[at=\pgfpoint{30mm}{\framesep-0.22\framesep},base,base]{\pgfuseimage{redtree}}
}