Skip to content

A Windows/Linux/Mac batch/bash script that uses GhostScript to clean EPS files and reduce their size.

Notifications You must be signed in to change notification settings

scardenol/eps_cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

eps_cleaner

A simple Windows/Linux/Mac executable batch/bash file that uses GhostScript to cleanup EPS files and reduce their size to x1/5 their original size.

Requirements

The script was built with:

  • GPL Ghostscript version: 10.03.1 (2024-05-02)
  • OS: Microsoft Windows 11 Home Single Language 10.0.22631

You can download GhostScript from the official page: https://ghostscript.com/releases/index.html

How to use?

Windows

Simply put the eps_cleaner.bat file on the directory that contains the EPS file(s) and execute it.

Output: the batch creates an output folder inside the directory with the cleaned/optimized EPS files.

Lunix & Mac (ported from Windows)

  1. Put the eps_cleaner.sh file on the directory that contains the EPS file(s).
  2. Make the script executable by running chmod +x process_eps.sh on a terminal.
  3. Run the script.

Output: the batch creates an output folder inside the directory with the cleaned/optimized EPS files.

About

A Windows/Linux/Mac batch/bash script that uses GhostScript to clean EPS files and reduce their size.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published