AbhyudayaSharma / image2gcode

A Node.js web-app for converting any JPEG or PNG image to CNC GCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image2GCode

Converts an image to GCode using svg2gcode as the generator for the GCode. The image is first converted to an SVG file and is then traced to GCode.

screenshot screenshot2

Running the app

  • Install GraphicsMagick for your OS.
  • Clone the repository and run npm install.
  • Use npm test to check if everything is working fine.
  • npm start starts the server. Go to localhost:3000 in your favorite browser to generate the GCode for almost any JPG or PNG file.

Work is under progress to add many more options.

About

A Node.js web-app for converting any JPEG or PNG image to CNC GCode

License:MIT License


Languages

Language:JavaScript 77.0%Language:HTML 22.4%Language:CSS 0.6%