https://github.com/abhyudayasharma/image2gcode
A Node.js web-app for converting any JPEG or PNG image to CNC GCode
https://github.com/abhyudayasharma/image2gcode
cnc-machine gcode image-processing javascript
Last synced: 3 months ago
JSON representation
A Node.js web-app for converting any JPEG or PNG image to CNC GCode
- Host: GitHub
- URL: https://github.com/abhyudayasharma/image2gcode
- Owner: AbhyudayaSharma
- License: mit
- Created: 2018-10-28T10:03:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T07:45:47.000Z (over 5 years ago)
- Last Synced: 2025-02-28T05:54:26.944Z (3 months ago)
- Topics: cnc-machine, gcode, image-processing, javascript
- Language: JavaScript
- Homepage:
- Size: 475 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image2GCode
Converts an image to GCode using [svg2gcode](https://github.com/em/svg2gcode)
as the generator for the GCode. The image is first converted to an SVG
file and is then traced to GCode.
## Running the app
- Install [GraphicsMagick](http://www.graphicsmagick.org/) 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.