PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
I have ghostscript installed, so when I use plain ImageMagick from the command line, I am able to convert a hi-res .eps to a .jpg, and the hi-res data is retained in the jpeg.
However, when I try to convert an .eps file to a .jpg using PerlMagick, the output is lo-res. I believe that PerlMagick is somehow using the lo-res preview that's stored in the .eps.
Post the smallest amount of code possible that exhibits the problem and post a URL to your image. We need to reproduce the problem before we can suggest a fix.