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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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

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

    bumptech/glide

    35,021GitHub पर देखें↗

    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/sdwebimagers का अवतार

    rs/SDWebImage

    25,645GitHub पर देखें↗

    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/kingfisheronevcat का अवतार

    onevcat/Kingfisher

    24,277GitHub पर देखें↗

    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/picassosquare का अवतार

    square/picasso

    18,820GitHub पर देखें↗

    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/frescofacebook का अवतार

    facebook/fresco

    17,149GitHub पर देखें↗

    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-loadernostra13 का अवतार

    nostra13/Android-Universal-Image-Loader

    16,852GitHub पर देखें↗

    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.jsjwagner का अवतार

    jwagner/smartcrop.js

    12,952GitHub पर देखें↗

    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/coilcoil-kt का अवतार

    coil-kt/coil

    11,819GitHub पर देखें↗

    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-transformationswasabeef का अवतार

    wasabeef/glide-transformations

    9,888GitHub पर देखें↗

    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/fastimagecachepath का अवतार

    path/FastImageCache

    8,068GitHub पर देखें↗

    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/cropperfengyuanchen का अवतार

    fengyuanchen/cropper

    7,691GitHub पर देखें↗

    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/picanodeca का अवतार

    nodeca/pica

    4,111GitHub पर देखें↗

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

    Resizes images with high-quality Lanczos filtering.

    TypeScriptimageresize
    GitHub पर देखें↗4,111
  • pinterest/pinremoteimagepinterest का अवतार

    pinterest/PINRemoteImage

    4,028GitHub पर देखें↗

    PINRemoteImage iOS के लिए एक इमेज डाउनलोडिंग और कैशिंग फ्रेमवर्क है। यह एक रिमोट इमेज लोडर और मल्टी-थ्रेडेड मैनेजर के रूप में कार्य करता है जिसे URLs से इमेजेस फेच करने और उन्हें यूजर इंटरफेस में रेंडर करने के लिए डिज़ाइन किया गया है। इस प्रोजेक्ट में GIF और एनिमेटेड WebP फॉर्मेट्स को रेंडर करने के लिए विशेष डिकोडर्स शामिल हैं। इसमें एक प्रोग्रेसिव JPG रेंडरर भी है जो धीमी कनेक्शन पर लोडिंग गति को बेहतर बनाने के लिए ब्लर इफेक्ट्स के साथ स्कैन्स प्रदर्शित करता है। यह लाइब्रेरी रिक्वेस्ट डिडुप्लीकेशन के साथ समवर्ती डाउनलोड कार्यों को मैनेज करती है और एक हाइब्रिड मेमोरी व डिस्क कैशिंग सिस्टम का उपयोग करती है। यह हाई-रिज़ॉल्यूशन एसेट स्केलिंग को संभालती है और यूजर इंटरफेस रिस्पॉन्सिवनेस बनाए रखने के लिए बैकग्राउंड थ्रेड्स पर इमेज डिकोडिंग करती है।

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

    Objective-C
    GitHub पर देखें↗4,028
  • alamofire/alamofireimageAlamofire का अवतार

    Alamofire/AlamofireImage

    4,029GitHub पर देखें↗

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

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

    Swift
    GitHub पर देखें↗4,029
  • ibireme/yywebimageibireme का अवतार

    ibireme/YYWebImage

    3,528GitHub पर देखें↗

    YYWebImage

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

    Objective-C
    GitHub पर देखें↗3,528
  • layervault/psd.rblayervault का अवतार

    layervault/psd.rb

    3,115GitHub पर देखें↗

    Parse Photoshop files in Ruby with ease

    Parser for Adobe Photoshop files.

    Ruby
    GitHub पर देखें↗3,115
  • minimagick/minimagickminimagick का अवतार

    minimagick/minimagick

    2,862GitHub पर देखें↗

    mini replacement for RMagick

    Wrapper for ImageMagick command-line tools.

    Ruby
    GitHub पर देखें↗2,862
  • zomato/androidphotofiltersZomato का अवतार

    Zomato/AndroidPhotoFilters

    2,514GitHub पर देखें↗

    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-pipelinetwitter का अवतार

    twitter/ios-twitter-image-pipeline

    1,852GitHub पर देखें↗

    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-transformationswasabeef का अवतार

    wasabeef/picasso-transformations

    1,682GitHub पर देखें↗

    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