Is it possible to avoid left space from equations previewed with preview package?
\documentclass{minimal}
\usepackage{amsmath}
\usepackage[active,tightpage,displaymath]{preview}
\setlength\PreviewBorder{5pt}%
\begin{document}
\[x=3+y^2\]
\end{document}
The result is:

I would like a clipped (cropped?) equation. Is it possible?
Do you know a better solution to extract equations as images?
