Mogrify can convert hundreds of images with a single command.
To get decent quality bitmap PNG from vector EPS, you must set the density parameter.
$ mogrify -format png -density 300 -resize 1024 *.eps
Mogrify can convert hundreds of images with a single command.
To get decent quality bitmap PNG from vector EPS, you must set the density parameter.
$ mogrify -format png -density 300 -resize 1024 *.eps