From jpg/png to SVG and G-Code

Our new algorithm vectorize path and Find all lines of the picture to draw it with a pencil. This mean : NO POLYGON, ONLY PATH.

Vectorization sample : Mucha (Plume 1899)

 

PICTURE SOURCE FILE SVG RENDER GCODE RENDER
Mucha source png Mucha SVG vectorized render Mucha gcode render
LOOK AT THE FILE LOOK AT THE FILE LOOK AT THE FILE
The source picture can be in jpg or png format. The maximum size is 3000 px width and height. The picture is greyleveled.
The SVG is a point-to-point render every 1.5 pixel . There is no curve/arc in it. Its to let you use another gcode translator if you want.
You can customize your Gcode render, adding your own Z instructions, final width, head, foot etc.


What sort of file i get ?

  1. SVG file with all recognized lines, not smoothed. You just have to open it with Inkscape and clic "smooth"
  2. TXT file with Gcode G2/G3 (curve IJK) and NO Z of all path

Process :

  1. Prepare your picture :

    1. Black must be black (rgb 0,0,0) . Intensity more than 230 (rgb 230,230,230) is considered as white (255)
    2. 1 black pixel is part of a line
    3. Line tickiness is 3 pixels => A bold line with 4 pixels tickiness will be recognize as 2 lines to simulate pressure.
  2. Upload your picture

  3. Wait the email of the job done.

CURRENT STATUS : Current CPU use : 0% - Job running: 0/2 - Job waiting in queue : 1