Skip to content

gdicristofaro/PSDtoSVG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Converts a Photoshop file (PSD) to an Scalable Vector Graphics (SVG) file. All Layers in PSD file except for bottom-most layer are traced using pypotrace. The paths determined by pypotrace are used to determine the SVG paths in the SVG.

Project includes potrace.py. This file is a port from Kilobyte's potrace library which in turn was ported from the potrace library created by Peter Selinger.

Feel free to try the demo

Project structure:

  • src - the python package source to build PSDtoSVG.
  • frontend - contains a web application that runs the python code in browser using pyodide or can be built to send requests to convert PSD files to a backend.
  • flask - basic flask app requiring the PSDtoSVG build and the frontend build.

About

Converts PSD files to SVG files. Also includes a python-native port of potrace.

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors