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

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

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

Open-source alternatives to Android Gpuimage

30 open-source projects similar to cyberagent/android-gpuimage, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Android Gpuimage alternative.

  • alamofire/alamofireimageالصورة الرمزية لـ Alamofire

    Alamofire/AlamofireImage

    4,029عرض على GitHub↗

    AlamofireImage is an image downloading and caching library designed as an extension for Alamofire. It provides a serialization framework to convert network responses into image objects and a memory-based caching system to reduce redundant network requests. The project features a variant-aware asynchronous cache that stores both original images and their filtered versions separately. It includes tools for animating the replacement of placeholder images with downloaded content through various transition effects. The library covers image acquisition through parallel downloading and prioritized

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

    amitshekhariitbhu/GlideBitmapPool

    601عرض على GitHub↗

    Glide Bitmap Pool is a memory management library for reusing the bitmap memory

    Java
    عرض على GitHub↗601
  • aryarohit07/glidefacedetectiontransformationA

    aryarohit07/GlideFaceDetectionTransformation

    0عرض على GitHub↗
    عرض على GitHub↗0
  • aryarohit07/picassofacedetectiontransformationA

    aryarohit07/PicassoFaceDetectionTransformation

    0عرض على GitHub↗
    عرض على GitHub↗0
  • badereddineouaich/bitmapplusplusالصورة الرمزية لـ BaderEddineOuaich

    BaderEddineOuaich/BitmapPlusPlus

    49عرض على GitHub↗

    Simple and Fast single header Bitmap (BMP) C++ library

    CMake
    عرض على GitHub↗49
  • 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

    Java
    عرض على GitHub↗35,021
  • 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

    Kotlinandroidandroidxcompose
    عرض على GitHub↗11,819
  • davidsonfellipe/lena.jsالصورة الرمزية لـ davidsonfellipe

    davidsonfellipe/lena.js

    679عرض على GitHub↗

    :woman: Library for image processing

    JavaScript
    عرض على GitHub↗679
  • dmilos/colorالصورة الرمزية لـ dmilos

    dmilos/color

    186عرض على GitHub↗

    C++ library thats implemets class color. Available models: RGB, HSL, HSV, CMY, CMYK, YIQ, YUV and growing.

    C++
    عرض على GitHub↗186
  • dollarshaveclub/imagebutterالصورة الرمزية لـ dollarshaveclub

    dollarshaveclub/ImageButter

    389عرض على GitHub↗

    Makes dealing with images buttery smooth.

    C
    عرض على GitHub↗389
  • dtschump/cimgالصورة الرمزية لـ dtschump

    dtschump/CImg

    1,681عرض على GitHub↗

    The CImg Library is a small and open-source C++ toolkit for image processing

    C++
    عرض على GitHub↗1,681
  • enormego/egocacheالصورة الرمزية لـ enormego

    enormego/EGOCache

    1,323عرض على GitHub↗

    Fast Caching for Objective-C (iPhone & Mac Compatible)

    Objective-C
    عرض على GitHub↗1,323
  • 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

    Kotlin
    عرض على GitHub↗17,149
  • 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

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

    ibireme/YYWebImage

    3,528عرض على GitHub↗

    YYWebImage

    Objective-C
    عرض على GitHub↗3,528
  • jcupitt/ruby-vipsالصورة الرمزية لـ jcupitt

    jcupitt/ruby-vips

    904عرض على GitHub↗

    Ruby extension for the libvips image processing library.

    Ruby
    عرض على GitHub↗904
  • jellydevelopment/jdswiftavatarprogressالصورة الرمزية لـ JellyDevelopment

    JellyDevelopment/JDSwiftAvatarProgress

    85عرض على GitHub↗

    ##Objective-C

    Shell
    عرض على GitHub↗85
  • jjsaccolo/uiactivityindicator-for-sdwebimageالصورة الرمزية لـ JJSaccolo

    JJSaccolo/UIActivityIndicator-for-SDWebImage

    813عرض على GitHub↗

    UIActivityIndicator-for-SDWebImage

    Objective-C
    عرض على GitHub↗813
  • juliaimages/imagefeatures.jlالصورة الرمزية لـ JuliaImages

    JuliaImages/ImageFeatures.jl

    48عرض على GitHub↗

    Image feature detection for the Julia language

    Julia
    عرض على GitHub↗48
  • juliaimages/imagefiltering.jlالصورة الرمزية لـ JuliaImages

    JuliaImages/ImageFiltering.jl

    105عرض على GitHub↗

    Julia implementations of multidimensional array convolution and nonlinear stencil operations

    Julia
    عرض على GitHub↗105
  • juliaimages/images.jlالصورة الرمزية لـ JuliaImages

    JuliaImages/Images.jl

    551عرض على GitHub↗

    An image library for Julia

    Julia
    عرض على GitHub↗551
  • juliaimages/imagesegmentation.jlالصورة الرمزية لـ JuliaImages

    JuliaImages/ImageSegmentation.jl

    47عرض على GitHub↗

    Partitioning images into meaningful regions

    Julia
    عرض على GitHub↗47
  • juliaimages/imagetransformations.jlالصورة الرمزية لـ JuliaImages

    JuliaImages/ImageTransformations.jl

    48عرض على GitHub↗

    Geometric transformations on images for Julia

    Julia
    عرض على GitHub↗48
  • 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

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

    kean/DFImageManager

    1,176عرض على GitHub↗

    Advanced framework for loading, caching, processing, displaying and preheating images.

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

    layervault/psd.rb

    3,115عرض على GitHub↗

    Parse Photoshop files in Ruby with ease

    Ruby
    عرض على GitHub↗3,115
  • luispedro/mahotasL

    luispedro/mahotas

    0عرض على GitHub↗
    عرض على GitHub↗0
  • maxim/skeptickالصورة الرمزية لـ maxim

    maxim/skeptick

    314عرض على GitHub↗

    Better ImageMagick for Ruby

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

    minimagick/minimagick

    2,862عرض على GitHub↗

    mini replacement for RMagick

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

    nicklockwood/AsyncImageView

    904عرض على GitHub↗

    DEPRECATED

    Objective-C
    عرض على GitHub↗904

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

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

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

Find more with AI search