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

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

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

49 مستودعات

Awesome GitHub RepositoriesImage Processing

Tools for manipulating, analyzing, and converting images.

Explore 49 awesome GitHub repositories matching part of an awesome list · Image Processing. Refine with filters or upvote what's useful.

Awesome Image Processing GitHub Repositories

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

    bumptech/glide

    35,021عرض على GitHub↗

    Glide is an image loading and caching library for Android that fetches and decodes images, GIFs, and video stills from local or remote sources. It functions as a media rendering framework and memory management tool designed to resize and downsample assets to fit specific view dimensions. The system prioritizes scrolling performance through a multi-level caching strategy that stores decoded media in memory and raw data on disk. It employs resource pooling to reuse bitmap memory and binds image loading tasks to component lifecycles to automatically release resources and prevent memory leaks. T

    Image loading and caching library focused on smooth scrolling.

    Java
    عرض على GitHub↗35,021
  • rs/sdwebimageالصورة الرمزية لـ rs

    rs/SDWebImage

    25,645عرض على GitHub↗

    SDWebImage is an asynchronous image loading library for iOS that provides a framework for fetching, decoding, and caching images. It consists of a core loading library, a decoding engine, a processing pipeline, and a caching system designed to reduce network traffic and improve load times. The project features a two-tier caching architecture that stores assets in both volatile memory and persistent disk storage. It distinguishes itself through a modular loader pattern and a plugin-based decoding system, which allow for the integration of custom storage engines and the support of non-standard

    Highly popular and efficient library for asynchronous image caching.

    Objective-C
    عرض على GitHub↗25,645
  • onevcat/kingfisherالصورة الرمزية لـ onevcat

    onevcat/Kingfisher

    24,277عرض على GitHub↗

    Kingfisher is a library for downloading, caching, and displaying remote images in Swift applications. It provides an integrated framework that manages the entire lifecycle of remote assets, from initial network retrieval to final rendering within user interface components. The library distinguishes itself through a two-tiered storage mechanism that balances rapid access via volatile memory with persistent availability through disk caching. It features a modular processing pipeline that allows for dynamic image transformations, such as applying filters or geometric modifications, during the re

    Lightweight pure Swift library for web image downloading and caching.

    Swiftcachefiltersimage
    عرض على GitHub↗24,277
  • square/picassoالصورة الرمزية لـ square

    square/picasso

    18,820عرض على GitHub↗

    Picasso is an Android image loading library designed for downloading, caching, and displaying images in applications. It provides an automated system for memory and disk management to reduce network requests and improve load times. The library includes a bitmap transformation tool for resizing, cropping, and modifying assets before they are rendered. It also functions as a bridge for Jetpack Compose, converting image requests into painter objects for use within declarative Android user interfaces. The system manages image retrieval from multiple sources, including web URLs, local files, and

    Powerful image downloading and caching library.

    Kotlin
    عرض على GitHub↗18,820
  • facebook/frescoالصورة الرمزية لـ facebook

    facebook/fresco

    17,149عرض على GitHub↗

    Fresco is an Android image loading library and cache manager designed to fetch, decode, and display images from network or local sources. It functions as a rendering engine for animated image formats and a streaming system for progressive image loading. The library distinguishes itself through specialized memory management that utilizes off-heap allocation to reduce garbage collection overhead and prevent out-of-memory errors. It includes a dedicated rendering pipeline for animated GIFs and WebP files and supports progressive JPEG decoding to render low-resolution versions of images while the

    Library for managing images and the memory they use.

    Kotlin
    عرض على GitHub↗17,149
  • nostra13/android-universal-image-loaderالصورة الرمزية لـ nostra13

    nostra13/Android-Universal-Image-Loader

    16,852عرض على GitHub↗

    Android-Universal-Image-Loader is an image loading library for Android applications designed to download, cache, and display images. It functions as a bitmap cache manager and processing framework that handles the retrieval of assets from remote URLs or local files. The library includes specialized utilities for extracting static frames from video files to generate thumbnails. It also provides a framework for applying visual transformations to loaded images, such as circular crops and rounded corners. The system manages performance through a two-tier caching hierarchy using both memory and d

    Asynchronous loading and caching of images.

    Java
    عرض على GitHub↗16,852
  • jwagner/smartcrop.jsالصورة الرمزية لـ jwagner

    jwagner/smartcrop.js

    12,952عرض على GitHub↗

    smartcrop.js is a JavaScript image processing tool and library designed for content-aware image cropping. It provides a face-aware cropping algorithm that calculates optimal crop coordinates to preserve the most important visual content within an image. The project prioritizes human faces to ensure people remain the central focus of the crop. It utilizes a content-aware approach to determine the best coordinates for a target width and height, allowing for dynamic resizing across different screen sizes and aspect ratios. The toolset includes a command line interface for automating the resizin

    Content-aware image cropping utility.

    JavaScript
    عرض على GitHub↗12,952
  • coil-kt/coilالصورة الرمزية لـ coil-kt

    coil-kt/coil

    11,819عرض على GitHub↗

    Coil is an image loading and caching pipeline designed for Android and Compose Multiplatform applications. It functions as a comprehensive loader, caching engine, and rendering utility that asynchronously fetches and displays images from network URLs, local storage, and multiplatform resource systems. The library distinguishes itself through a flexible fetcher-decoder pipeline and an interface-driven component registry, allowing for the integration of custom networking clients and decoders. It provides specialized support for rendering scalable vector graphics, animated formats such as GIF an

    Image loading for Android backed by Kotlin Coroutines.

    Kotlinandroidandroidxcompose
    عرض على GitHub↗11,819
  • wasabeef/glide-transformationsالصورة الرمزية لـ wasabeef

    wasabeef/glide-transformations

    9,888عرض على GitHub↗

    This is a Glide image transformation library for Android that provides a collection of image processing filters and shapes. It functions as a suite of hardware-accelerated tools for image cropping, artistic filtering, and transformation pipeline management. The project distinguishes itself through an image filter pipeline that allows for sequential transformation chaining, enabling multiple visual effects and color modifications to be applied in a single pass. It utilizes GPU acceleration to implement artistic effects such as pixelation, sketching, and blur. The library covers a broad range

    Image transformations for Glide.

    Javaandroidandroid-libraryglide
    عرض على GitHub↗9,888
  • path/fastimagecacheالصورة الرمزية لـ path

    path/FastImageCache

    8,068عرض على GitHub↗

    FastImageCache is an iOS image caching library that provides a persistent disk-based image store. It utilizes a persistent bitmap cache to store images in uncompressed formats and incorporates an image pre-processing pipeline to optimize assets before they are committed to storage. The library optimizes rendering performance by using memory-mapped image tables for constant-time retrieval and byte-aligned data layouts to prevent memory copies. It organizes images of identical dimensions into shared tables and manages disk space through a least-recently-used cache eviction system. The project

    High-performance image retrieval and caching for smooth scrolling.

    Objective-C
    عرض على GitHub↗8,068
  • fengyuanchen/cropperالصورة الرمزية لـ fengyuanchen

    fengyuanchen/cropper

    7,691عرض على GitHub↗

    Cropper is a JavaScript image cropping library and HTML5 canvas image editor. It serves as a web-based image manipulation tool that allows users to visually select and trim specific areas of an image directly within a browser. The library provides a visual interface for defining precise crop areas with configurable aspect ratios and zoom controls. It includes tools to rotate, scale, and zoom images to align subjects before exporting the final result. The tool handles browser-based image processing by generating a canvas element from a selected image area for use or download. It manages crop

    Provides a jQuery plugin for image cropping.

    JavaScript
    عرض على GitHub↗7,691
  • nodeca/picaالصورة الرمزية لـ nodeca

    nodeca/pica

    4,111عرض على GitHub↗

    Pica هي أداة من جانب العميل لتوسيع نطاق الصور في المتصفح، وتحويل التنسيق، وتحسين الملفات. تعمل كمعالج صور لوحة (canvas) يقوم بتحويل البيانات بين عناصر اللوحة، والصور النقطية (bitmaps)، والكائنات الثنائية (blobs) للمعالجة المحلية داخل متصفح الويب. تتميز المكتبة بجودة عالية في تقليل الحجم باستخدام إعادة أخذ العينات Lanczos ونموذج معالجة متعدد الخيوط. وتستخدم عمال الويب (web workers) لتقسيم معالجة الصور إلى مربعات عبر أنوية المعالج لزيادة سرعة تغيير الحجم. يغطي المشروع مجموعة واسعة من قدرات معالجة الصور، بما في ذلك القياس عالي الجودة وتصفية القناع غير الحاد (unsharp mask) لتحسين الحواف. ويدعم تنسيقات إدخال متعددة ويوفر أدوات لتصدير البيانات المعالجة إلى كائنات ثنائية. للتعامل مع الصور الكبيرة دون التسبب في تعطل المتصفح، تستخدم المكتبة إدارة ذاكرة مجزأة ومعالجة مربعة.

    Resizes images with high-quality Lanczos filtering.

    TypeScriptimageresize
    عرض على GitHub↗4,111
  • pinterest/pinremoteimageالصورة الرمزية لـ pinterest

    pinterest/PINRemoteImage

    4,028عرض على GitHub↗

    PINRemoteImage هو إطار عمل لتنزيل وتخزين الصور لـ iOS. يعمل كأداة تحميل صور عن بعد ومدير متعدد الخيوط مصمم لجلب الصور من عناوين URL وعرضها في واجهات المستخدم. يتضمن المشروع أجهزة فك تشفير متخصصة لعرض تنسيقات GIF وAnimated WebP. كما يتميز بمحرك عرض JPG تدريجي يعرض المسح الضوئي بتأثيرات ضبابية لتحسين سرعة التحميل المتصورة على الاتصالات البطيئة. تدير المكتبة مهام التنزيل المتزامنة مع إلغاء تكرار الطلبات وتستخدم نظام تخزين مؤقت هجين للذاكرة والقرص. وتتعامل مع تحجيم الأصول عالية الدقة وتقوم بفك تشفير الصور على خيوط الخلفية للحفاظ على استجابة واجهة المستخدم.

    Thread-safe and efficient remote image management with GIF support.

    Objective-C
    عرض على GitHub↗4,028
  • alamofire/alamofireimageالصورة الرمزية لـ Alamofire

    Alamofire/AlamofireImage

    4,029عرض على GitHub↗

    AlamofireImage هي مكتبة لتنزيل وتخزين الصور مصممة كإضافة لـ Alamofire. توفر إطار عمل تسلسلي لتحويل استجابات الشبكة إلى كائنات صور ونظام تخزين قائم على الذاكرة لتقليل طلبات الشبكة المتكررة. يتميز المشروع بذاكرة تخزين مؤقت غير متزامنة تدرك المتغيرات وتخزن كلاً من الصور الأصلية وإصداراتها المفلترة بشكل منفصل. ويتضمن أدوات لتحريك استبدال الصور النائبة بمحتوى تم تنزيله من خلال تأثيرات انتقال مختلفة. تغطي المكتبة الحصول على الصور من خلال التنزيل المتوازي وقوائم الانتظار ذات الأولوية، إلى جانب قدرات المعالجة لتحجيم الأبعاد وإلغاء تسلسل نوع MIME. كما تدير تكامل واجهة المستخدم عن طريق ملء العروض بصور عن بعد والتعامل مع التصفية غير المتزامنة في الخلفية.

    Image component library with filtering, scaling, and serialization features.

    Swift
    عرض على GitHub↗4,029
  • ibireme/yywebimageالصورة الرمزية لـ ibireme

    ibireme/YYWebImage

    3,528عرض على GitHub↗

    YYWebImage

    High-performance image loader supporting WebP, APNG, and GIF formats.

    Objective-C
    عرض على GitHub↗3,528
  • layervault/psd.rbالصورة الرمزية لـ layervault

    layervault/psd.rb

    3,115عرض على GitHub↗

    Parse Photoshop files in Ruby with ease

    Parser for Adobe Photoshop files.

    Ruby
    عرض على GitHub↗3,115
  • minimagick/minimagickالصورة الرمزية لـ minimagick

    minimagick/minimagick

    2,862عرض على GitHub↗

    mini replacement for RMagick

    Wrapper for ImageMagick command-line tools.

    Ruby
    عرض على GitHub↗2,862
  • zomato/androidphotofiltersالصورة الرمزية لـ Zomato

    Zomato/AndroidPhotoFilters

    2,514عرض على GitHub↗

    AndroidPhotoFilters aims to provide fast, powerful and flexible image processing instrument for creating awesome effects on any image media.

    Fast and flexible image processing effects.

    Java
    عرض على GitHub↗2,514
  • twitter/ios-twitter-image-pipelineالصورة الرمزية لـ twitter

    twitter/ios-twitter-image-pipeline

    1,852عرض على GitHub↗

    Twitter Image Pipeline is a robust and performant image loading and caching framework for iOS clients

    High-performance image pipeline for downloading and caching.

    C
    عرض على GitHub↗1,852
  • wasabeef/picasso-transformationsالصورة الرمزية لـ wasabeef

    wasabeef/picasso-transformations

    1,682عرض على GitHub↗

    An Android transformation library providing a variety of image transformations for Picasso

    Image transformations for Picasso.

    Javaandroidandroid-libraryimage-processing
    عرض على GitHub↗1,682
السابق123التالي
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Image Processing