> gs -dBATCH -dNOPAUSE -dSAFER -sDEVICE=jpeg -dTextAlphaBits=4 \ > -dGraphicsAlphaBits=2 -dJPEGQ=75 input.pdf output.jpeg > > You can also create PNG files with GhostScript, but I've been > less than > thrilled with the quality it produces. It does TIFF files, too. > > Of course, I could easily have missed a simpler way of doing things...
sure. using my favourite imagemagick's convert calling: convert file.eps file.png p.
