epstool

Edit preview images and fix bounding boxes in EPS files

brewmacoslinux
Try with needOr install directly
Source

About

Edit preview images and fix bounding boxes in EPS files

Commands

epstool

Examples

Extract preview image from an EPS file$ epstool -p tiff -o preview.tiff input.eps
Fix bounding box by recalculating from PostScript content$ epstool --copy --bbox input.eps output.eps
Replace preview image in an EPS file$ epstool -p tiff -i preview.tiff input.eps output.eps