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

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

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

fengsp/color-thief-py

0
View on GitHub↗
1,110 نجوم·127 تفرعات·Python·5 مشاهداتlokeshdhakar.com/projects/color-thief↗

Color Thief Py

Color-thief-py هي مكتبة Python مصممة لتحليل الصور الرقمية بغرض استخراج معلومات الألوان البارزة. تعمل كأداة رؤية حاسوبية تعالج ملفات الصور لتحديد اللون الأكثر هيمنة أو لتوليد لوحة ألوان تمثيلية بناءً على التكوين البصري للمصدر.

تستخدم المكتبة مكتبة التصوير Pillow للتعامل مع تنسيقات ملفات متنوعة وتحميل بيانات الصور في الذاكرة كمصفوفات بكسل منظمة. من خلال تعيين هذه البكسلات في مساحة ألوان ثلاثية الأبعاد وتطبيق تكميم القطع المتوسط (median-cut quantization)، تحدد الأداة مجموعات إحصائية من الألوان لإنتاج أنظمة ألوان متوازنة ومتماسكة.

تدعم هذه الأداة سير العمل الآلي لتحليل أصول التصميم، مما يتيح الاستخراج البرمجي لبيانات الألوان لاستخدامها في التنسيق الديناميكي أو تصنيف المحتوى. يتم توزيع المكتبة كحزمة للتكامل في تطبيقات Python.

Features

  • Image Processing - Provides a Python utility for loading and processing image pixel data to extract visual color information.
  • RGB Quantizers - Implements median-cut quantization to identify statistical color clusters for dominant color extraction.
  • Dominant Color Extraction - Extracts the single most prominent color from image frames for use in dynamic styling.
  • Image Color Extractors - Generates representative color palettes by analyzing the visual content of source images.
  • Color Composition Analysis - Analyzes image pixel composition to calculate balanced color schemes and prominent hues.

سجل النجوم

مخطط تاريخ النجوم لـ fengsp/color-thief-pyمخطط تاريخ النجوم لـ fengsp/color-thief-py

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Color Thief Py

مجموعات منسقة بعناية يظهر فيها Color Thief Py.
  • أدوات استخراج لوحات الألوان

الأسئلة الشائعة

ما هي وظيفة fengsp/color-thief-py؟

Color-thief-py هي مكتبة Python مصممة لتحليل الصور الرقمية بغرض استخراج معلومات الألوان البارزة. تعمل كأداة رؤية حاسوبية تعالج ملفات الصور لتحديد اللون الأكثر هيمنة أو لتوليد لوحة ألوان تمثيلية بناءً على التكوين البصري للمصدر.

ما هي الميزات الرئيسية لـ fengsp/color-thief-py؟

الميزات الرئيسية لـ fengsp/color-thief-py هي: Image Processing, RGB Quantizers, Dominant Color Extraction, Image Color Extractors, Color Composition Analysis.

ما هي البدائل مفتوحة المصدر لـ fengsp/color-thief-py؟

تشمل البدائل مفتوحة المصدر لـ fengsp/color-thief-py: lokesh/color-thief — Color-thief is a color quantization library and image color palette extractor designed to identify the most prominent… jariz/vibrant.js — vibrant.js is a JavaScript color extraction library used to identify dominant color palettes from images based on the… briangonzalez/jquery.adaptive-backgrounds.js — This is a jQuery plugin that extracts the dominant color from an image or CSS background image and applies it as a… benhowdle89/grade — Grade is a JavaScript library for image color analysis and dynamic theme generation. It extracts the most prominent… evanw/thumbhash — Thumbhash is an image encoding library that converts images into compact strings to be used as lightweight… nomacs/nomacs — nomacs is a cross-platform image viewer application used for viewing and managing a wide variety of standard and…

بدائل مفتوحة المصدر لـ Color Thief Py

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Color Thief Py.
  • 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

    TypeScript
    عرض على GitHub↗13,596
  • 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

    CoffeeScript
    عرض على GitHub↗4,594
  • benhowdle89/gradeالصورة الرمزية لـ benhowdle89

    benhowdle89/grade

    3,761عرض على GitHub↗

    Grade is a JavaScript library for image color analysis and dynamic theme generation. It extracts the most prominent colors from an image to automatically generate complementary CSS gradients and coordinated color palettes for web interfaces. The tool identifies dominant colors using pixel-data analysis and applies mathematical offsets to determine matching hues. It can inject these calculated values directly into the document as CSS custom properties or export the gradient data as a raw array for custom visual implementation.

    JavaScript
    عرض على GitHub↗3,761
  • briangonzalez/jquery.adaptive-backgrounds.jsالصورة الرمزية لـ briangonzalez

    briangonzalez/jquery.adaptive-backgrounds.js

    6,542عرض على GitHub↗

    This is a jQuery plugin that extracts the dominant color from an image or CSS background image and applies it as a background color on a target element. It uses canvas-based pixel analysis with an RGB quantization algorithm to identify the most prominent color, then injects that color as an inline CSS background-color style. The plugin automatically normalizes text contrast by calculating the relative luminance of the extracted color and toggling between dark and light text to maintain readability. It includes an image preloading pipeline to ensure pixel data is available synchronously from t

    JavaScript
    عرض على GitHub↗6,542
  • عرض جميع البدائل الـ 30 لـ Color Thief Py→