Skip to content

Instantly share code, notes, and snippets.

View killercatfish's full-sized avatar

Joshua Gold killercatfish

View GitHub Profile
@kitoriaaa
kitoriaaa / png2eps.py
Created January 28, 2021 07:43
Convert png file to eps file
"""
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