# ZebraTrace **Repository Path**: jmxhyz/ZebraTrace ## Basic Information - **Project Name**: ZebraTrace - **Description**: 将位图图像,转化为由可变宽度的曲线构成。你可以控制曲线的数量,分辨率,最小和最大宽度,以及曲线的函数。 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/maxim-s-barabash/ZebraTrace - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-08 - **Last Updated**: 2021-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: image-trace ## README # ZebraTrace is a simple tool to trace bitmap images into a pattern of curves with a variable width. You can control amount of curves, resolution, min and max width, functions for plotting the curves. The application was created primarily for Guilloché pattern design and all kinds of creative engraving. ZebraTrace has a Qt5-based user interface and is written in Python. ### How to run: You are in the project directory ZebraTrace ``` $ cd src $ python ZebraTrace.pyw ``` [learn more](https://github.com/maxim-s-barabash/ZebraTrace/wiki/Let's-start.-Run-from-source-code-on-linux.) ![Screenshot](https://github.com//maxim-s-barabash/ZebraTrace/blob/gh-pages/images/screenshot1.png?raw=true) ### Supported File Formats | | Supported File Formats | | ----- | ---- | | Input: | jpg jpeg png gif bmp tiff tga | | Output: | SVG EPS NGC g-code | ### WIKI [More examples](https://github.com/maxim-s-barabash/ZebraTrace/wiki/Gallery) ### CREDITS #### Translations cz - [Pavel Fric](https://fripohled.blogspot.cz/) #### Idea [user8](https://github.com/user8)