Skip to content

piercus/nodeJpg2SVG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeJpg2SVG

Node Light Server that uses Potrace : http://potrace.sourceforge.net/;

Installation And Configuration

  1. Install Potrace http://potrace.sourceforge.net/#downloading

  2. Edit config.js.

  3. Install dependencies

  • on Mac OS X

    npm install express MD5 libxmljs

    port install netpbm

  • Linux

    npm install express MD5 libxmljs

    sudo apt-get install libjpeg-progs

    sudo apt-get install netpbm

  • Windows

Contribute to the project ... or get another OS

  1. launch

    node jpg2svg.js

Help And Contribute

  • Use "Issues" in GitHub.
  • Fork me if i'm not responsive !

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.

About

Node Light Server that return a svg url from a jpg url.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published