Skip to content

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

License

Notifications You must be signed in to change notification settings

AbhyudayaSharma/image2gcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published