awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesVector Path Optimizations

Techniques to reduce path complexity by removing redundancies such as staircases.

Distinct from Vector Path Construction: Distinct from construction or rendering; focuses on reducing the mathematical complexity of an existing path.

Explore 2 awesome GitHub repositories matching graphics & multimedia · Vector Path Optimizations. Refine with filters or upvote what's useful.

Awesome Vector Path Optimizations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • visioncortex/vtracervisioncortex का अवतार

    visioncortex/vtracer

    5,452GitHub पर देखें↗

    vtracer is a raster to SVG converter and image vectorization pipeline. It transforms high-resolution scans and pixel-based images into scalable vector graphics by tracing shapes and colors. The tool includes a specialized pixel art vectorizer that converts low-resolution raster graphics into vector shapes while preserving a pixelated aesthetic. It also functions as a Bezier curve fitting tool to simplify dense point sets into smooth curves, reducing the complexity of vector paths. The project covers large scale image vectorization for gigapixel-scale data, color clustering and patch segmenta

    Reduces the complexity of vector paths by removing staircases and limiting subpath penalties.

    Rustimage-procesingrustsvg
    GitHub पर देखें↗5,452
  • yqnn/svg-path-editorYqnn का अवतार

    Yqnn/svg-path-editor

    5,222GitHub पर देखें↗

    यह प्रोजेक्ट एक वेक्टर पथ मैनिपुलेटर और SVG ज्यामिति ट्रांसफॉर्मर है जो SVG पथ डेटा को संशोधित करने के लिए एक विज़ुअल इंटरफ़ेस प्रदान करता है। यह हाथ से समन्वय कोड लिखे बिना पथ खंडों को जोड़ने, हटाने और परिवर्तित करने के लिए एक उपयोगिता के रूप में कार्य करता है। यह टूल एक SVG पथ ऑप्टिमाइज़र के रूप में कार्य करता है, जो पथ डेटा की लंबाई को कम करता है और समन्वय प्रणालियों को साफ़ करता है। इसमें वेक्टर आकृतियों पर स्केलिंग, रोटेशन और अनुवाद लागू करने के लिए एक ज्यामिति ट्रांसफॉर्मर भी शामिल है। सॉफ़्टवेयर में विज़ुअल पथ हेरफेर और वैश्विक ज्यामिति परिवर्तनों के लिए क्षमताएं शामिल हैं। यह ज़ूमिंग, पैनिंग और वर्तमान पथ के लिए व्यू को फिट करने के लिए व्यूपोर्ट नियंत्रण उपकरण भी प्रदान करता है।

    Reduces path complexity by cleaning up coordinate systems and removing redundant data.

    TypeScriptsvgsvg-editorsvg-parser
    GitHub पर देखें↗5,222
  1. Home
  2. Graphics & Multimedia
  3. Vector Path Optimizations