Added an *experimental* tool (bitmap2component) to create logos from .bmp...
Added an *experimental* tool (bitmap2component) to create logos from .bmp bitmaps. Added Potrace library to convert bitmaps to polygons This tool uses potarce library that converts a bitmap picture (.bmp or .pgm format) to a set of polygons. bitmap2component converts a bitmap to a .emp footprint (that can be imported by modedit) or a .lib component that can be imported by libedit. See changelog for more info
Showing
potrace/AUTHORS
0 → 100644
potrace/CMakeLists.txt
0 → 100644
potrace/auxiliary.h
0 → 100644
potrace/bitmap.h
0 → 100644
potrace/bitmap_io.cpp
0 → 100644
potrace/bitmap_io.h
0 → 100644
potrace/bitops.h
0 → 100644
potrace/curve.cpp
0 → 100644
potrace/curve.h
0 → 100644
potrace/decompose.cpp
0 → 100644
potrace/decompose.h
0 → 100644
potrace/greymap.cpp
0 → 100644
potrace/greymap.h
0 → 100644
potrace/lists.h
0 → 100644
potrace/platform.h
0 → 100644
potrace/potrace_version.h
0 → 100644
potrace/potracelib.cpp
0 → 100644
potrace/potracelib.h
0 → 100644
potrace/progress.h
0 → 100644
potrace/render.cpp
0 → 100644
potrace/render.h
0 → 100644
potrace/trace.cpp
0 → 100644
potrace/trace.h
0 → 100644
Please register or sign in to comment