awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

أدوات استخراج لوحات الألوان

تم تحديث الترتيب في 1 يوليو 2026

For a library for extracting color palettes, the strongest matches are jariz/vibrant.js (Vibrant), lokesh/color-thief (Color Thief is a color quantization library that extracts) and viccalexander/chameleon (Chameleon is a color framework for iOS/macOS that includes). fengsp/color-thief-py and vibrant-colors/node-vibrant round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

اكتشف أفضل أدوات استخراج لوحات الألوان مفتوحة المصدر. قارن بين المكتبات الأعلى تقييماً حسب النشاط والميزات لتجد الخيار الأنسب لمشروعك.

أدوات استخراج لوحات الألوان

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • jariz/vibrant.jsالصورة الرمزية لـ jariz

    jariz/vibrant.js

    4,594عرض على GitHub↗

    vibrant.js is a JavaScript color extraction library used to identify dominant color palettes from images based on the Android Palette algorithm. It functions as an image palette generator and a color processing tool that converts extracted data between RGB, HSL, and Hexadecimal formats. The library analyzes image pixels to categorize colors into specific profiles, including vibrant, muted, dark, and light. It also includes an accessible text color calculator that determines high-contrast hex colors for text overlays based on a selected background color. The toolset covers automated palette g

    Vibrant.js is a JavaScript library that extracts dominant color palettes from images using the Android Palette algorithm, directly fitting the core need for programmatic color extraction even without histogram support.

    CoffeeScriptDominant Color ExtractionDominant Color Samplers
    عرض على GitHub↗4,594
  • lokesh/color-thiefالصورة الرمزية لـ lokesh

    lokesh/color-thief

    13,596عرض على GitHub↗

    Color-thief is a color quantization library and image color palette extractor designed to identify the most prominent colors in visual media. It functions as a semantic color classifier and color space converter, providing tools to extract dominant colors and generate representative palettes from images, videos, and canvas elements. The project utilizes a WebAssembly color processor and background workers to perform high-performance pixel analysis. It implements a WCAG contrast analyzer to calculate color contrast ratios and determine accessible foreground text colors based on accessibility s

    Color Thief is a color quantization library that extracts dominant colors and generates palettes from images, videos, and canvas elements, matching this search for an image color extraction tool with dominant color and palette features.

    TypeScriptDominant Color ExtractionColor Composition Analysis
    عرض على GitHub↗13,596
  • viccalexander/chameleonالصورة الرمزية لـ ViccAlexander

    ViccAlexander/Chameleon

    12,323عرض على GitHub↗

    Chameleon is a color framework for Swift and Objective-C applications. It provides systems for programmatic color palette generation, global theme orchestration, hexadecimal conversion, and the extraction of visual data from images. The library includes a dynamic theme engine for applying global visual styles and luminance adjustments across an interface. It features a palette generator for creating analogous, complementary, and triadic color schemes based on a seed color, and an image color extractor to derive average colors or palettes from images. The framework covers a range of color man

    Chameleon is a color framework for iOS/macOS that includes an image color extractor for dominant colors and palette generation, serving as a programmatic library for extracting color attributes from images, though it does not explicitly cover histogram extraction or batch processing.

    Objective-CDominant Color Samplers
    عرض على GitHub↗12,323
  • fengsp/color-thief-pyالصورة الرمزية لـ fengsp

    fengsp/color-thief-py

    1,110عرض على GitHub↗

    Color-thief-py is a Python library designed to analyze digital images for the purpose of extracting prominent color information. It functions as a computer vision tool that processes image files to identify the single most dominant color or to generate a representative color palette based on the visual composition of the source. The library utilizes the Pillow imaging library to handle diverse file formats and load image data into memory as structured pixel arrays. By mapping these pixels into a three-dimensional color space and applying median-cut quantization, the tool identifies statistica

    color-thief-py is a Python library that extracts dominant colors and palettes from images using Pillow, fitting the core request for color extraction, though it does not explicitly cover histogram extraction or batch processing.

    PythonDominant Color ExtractionColor Composition Analysis
    عرض على GitHub↗1,110
  • vibrant-colors/node-vibrantالصورة الرمزية لـ Vibrant-Colors

    Vibrant-Colors/node-vibrant

    2,433عرض على GitHub↗

    Node-vibrant is a JavaScript image processing library designed to extract color palettes from media assets for use in dynamic user interface theming. It functions as an automated design tool that identifies dominant and muted hues to maintain visual harmony across application interfaces. The library utilizes quantization-based color clustering and heuristic-based scoring to group pixel data into representative color sets. By offloading these computationally intensive analysis tasks to background threads, the project ensures that the main execution thread remains responsive during image proces

    node-vibrant is a JavaScript library that extracts prominent colors and generates color palettes from images, fitting the core need for dominant color extraction and palette generation, though it lacks histogram extraction and built-in batch processing.

    TypeScriptImage Color ExtractorsColor and PaletteDynamic Theming
    عرض على GitHub↗2,433
  • atduskgreg/opencv-processingالصورة الرمزية لـ atduskgreg

    atduskgreg/opencv-processing

    1,356عرض على GitHub↗

    This project is a Java-based toolkit that integrates the OpenCV computer vision library into the Processing creative coding environment. It provides a programming interface designed to facilitate the inclusion of real-time image analysis and computer vision algorithms within interactive art installations and visual design projects. The library distinguishes itself by wrapping low-level C++ routines into a managed environment, allowing users to perform complex visual tasks through a simplified interface. It supports high-performance operations by sharing raw pixel data between the host environ

    OpenCV for Processing is a computer vision library that enables programmatic extraction of color attributes like dominant colors and histograms from images, aligning with the search for an image color extraction tool.

    JavaComputer Vision LibrariesMotion TrackingAutomated Visual Analysis
    عرض على GitHub↗1,356
  • marekm4/color-extractorالصورة الرمزية لـ marekm4

    marekm4/color-extractor

    132عرض على GitHub↗

    Simple image color extractor written in Go with no external dependencies

    A lightweight Go library for extracting dominant colors from images with no external dependencies, directly matching the core need for image color extraction, though it likely lacks dedicated histogram or batch-processing features.

    GoImage Processing
    عرض على GitHub↗132
  • thephpleague/color-extractorالصورة الرمزية لـ thephpleague

    thephpleague/color-extractor

    1,322عرض على GitHub↗

    Extract colors from an image like a human would do.

    This PHP library extracts dominant colors and palettes from images using a human-like perception approach, fitting the search for an open-source color extraction tool, though it may lack explicit histogram extraction and batch processing.

    PHPImagery
    عرض على GitHub↗1,322

Related searches

  • CSS color utilities
  • Color picker
  • a color picker library for web development
  • a javascript library for color manipulation
  • a tool for extracting css from websites
  • Terminal color standards
  • a css framework for styling web interfaces
  • مجموعة من سمات الألوان للمطورين