This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| This script converts a png(jpg) file in the specified directory to an eps file. | |
| How to use | |
| python3 png2eps.py <png_dir> | |
| required Pillow | |
| """ | |
| from PIL import Image |