fuzzball.ps has variables at the bottom of the file that you can use to customize the generated image. One workflow for generating a web- friendly PNG image is: $ ps2eps fuzzball.ps $ pstoimg fuzzball.eps -transparent We first generate an EPS so that pstoimg can detect the dimensions of the image, then convert to PNG with a transparent background.