I have a problem with conversion from ps to png file:
I have a multipage ps file with some plots, the first page is converted without any problem, this is the result:
http://188.138.57.168/out-0.png
but the other pages are shifted about 40 pixel on top, and I can't understand the reason:
http://188.138.57.168/out-1.png
http://188.138.57.168/out-2.png
...
This is the code i have used:
Code: Select all
convert -geometry 1300x1300 -density 300 -depth 4 gwrf_merc.ps out.png
Can anyone help me to solve this issue?
Thank you very much,
Stefano G.