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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to path/fastimagecache

Open-source alternatives to FastImageCache

30 open-source projects similar to path/fastimagecache, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best FastImageCache alternative.

  • alamofire/alamofireimageAlamofire का अवतार

    Alamofire/AlamofireImage

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

    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
  • sdwebimage/sdwebimageSDWebImage का अवतार

    SDWebImage/SDWebImage

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

    SDWebImage is an asynchronous image downloader and caching library for iOS and macOS applications. It provides a core identity centered on a network utility for fetching images from URLs, a tiered memory and disk caching engine, and a processing framework for decoding and encoding media. The library features a specialized rendering engine for animated formats such as GIF and WebP, including support for progressive animation rendering. It distinguishes itself through a plugin system that allows for extended image format support and the ability to replace default loading or storage logic with c

    Objective-Ccachecarthagecocoapods
    GitHub पर देखें↗25,644
  • 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

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

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • haneke/hanekeswiftHaneke का अवतार

    Haneke/HanekeSwift

    5,164GitHub पर देखें↗

    HanekeSwift is a generic caching library for iOS and a specialized image caching framework. It provides a multi-level system that stores arbitrary data types in memory and on persistent disk storage to reduce network requests. The project features a specialized image handler that manages asynchronous loading, resizing, and disk storage for user interface components. It includes a background retrieval system that fetches remote content and automatically populates local caches. The library covers key-value data storage with sequential fallbacks, where it checks memory, then disk, and finally r

    Swift
    GitHub पर देखें↗5,164
  • 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

    Objective-C
    GitHub पर देखें↗25,645
  • pinterest/pinremoteimagepinterest का अवतार

    pinterest/PINRemoteImage

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

    PINRemoteImage is an image downloading and caching framework for iOS. It functions as a remote image loader and multi-threaded manager designed to fetch images from URLs and render them into user interfaces. The project includes specialized decoders for rendering GIF and Animated WebP formats. It also features a progressive JPG renderer that displays scans with blur effects to improve perceived loading speed on slow connections. The library manages concurrent download tasks with request deduplication and utilizes a hybrid memory and disk caching system. It handles high-resolution asset scali

    Objective-C
    GitHub पर देखें↗4,028
  • 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

    Javaandroidandroid-libraryglide
    GitHub पर देखें↗9,888
  • bradlarson/gpuimage2BradLarson का अवतार

    BradLarson/GPUImage2

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

    GPUImage2 is a Swift framework for applying real-time filters and effects to images and video using the GPU. It provides a real-time video filter library, an image geometry manipulation engine, and an OpenGL shading pipeline for processing visual data on graphics hardware. The framework enables the construction of visual effect pipelines by chaining image sources to consumers in sequential flows. It supports the development of custom fragment and vertex shaders for bespoke image processing and offers the ability to bundle these operations into reusable units via graph-based grouping. Capabil

    Swift
    GitHub पर देखें↗4,941
  • visioncortex/vtracervisioncortex का अवतार

    visioncortex/vtracer

    5,452GitHub पर देखें↗

    vtracer is a raster to SVG converter and image vectorization pipeline. It transforms high-resolution scans and pixel-based images into scalable vector graphics by tracing shapes and colors. The tool includes a specialized pixel art vectorizer that converts low-resolution raster graphics into vector shapes while preserving a pixelated aesthetic. It also functions as a Bezier curve fitting tool to simplify dense point sets into smooth curves, reducing the complexity of vector paths. The project covers large scale image vectorization for gigapixel-scale data, color clustering and patch segmenta

    Rustimage-procesingrustsvg
    GitHub पर देखें↗5,452
  • oliver-moran/jimpoliver-moran का अवतार

    oliver-moran/jimp

    14,621GitHub पर देखें↗

    Jimp is a JavaScript image processing library and Node.js manipulation tool designed to perform image transformations and edits entirely within a JavaScript environment. It is a zero-dependency image library that operates without requiring native binaries or external system software dependencies. The project provides a programmatic interface for automated image transformations, including resizing, cropping, and filtering. It supports the creation of custom image pipelines and server-side image editing by processing data without relying on native system tools.

    TypeScript
    GitHub पर देखें↗14,621
  • thumbor/thumborthumbor का अवतार

    thumbor/thumbor

    10,501GitHub पर देखें↗

    Thumbor is a dynamic image processing service and proxy server that resizes, crops, and filters images on demand via URL parameters. It functions as a URL-based image manipulator that generates specific image versions from source assets to optimize web delivery. The system includes a smart cropping engine that uses facial feature detection and computer vision to automatically center thumbnails on the most relevant visual content. To prevent unauthorized parameter tampering and malicious requests, it employs signature-based request validation and domain-based source whitelisting. Broad capabi

    Pythonhacktoberfest
    GitHub पर देखें↗10,501
  • lmcache/lmcacheLMCache का अवतार

    LMCache/LMCache

    6,909GitHub पर देखें↗

    LMCache is a distributed key-value cache manager and tiering system designed to accelerate large language model inference. It functions as a tiered storage layer that offloads tensors from GPU memory to CPU RAM, local disks, or remote object stores, enabling the reuse of cached prefixes across different inference sessions and serving engines. The system differentiates itself through a disaggregated prefill-decode model, which separates prompt processing from token generation by transferring caches between distributed compute nodes. It utilizes peer-to-peer orchestration to share and retrieve

    Pythonamdcudafast
    GitHub पर देखें↗6,909
  • kean/dfimagemanagerkean का अवतार

    kean/DFImageManager

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

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

    Objective-C
    GitHub पर देखें↗1,176
  • dollarshaveclub/imagebutterdollarshaveclub का अवतार

    dollarshaveclub/ImageButter

    389GitHub पर देखें↗

    Makes dealing with images buttery smooth.

    C
    GitHub पर देखें↗389
  • 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

    C
    GitHub पर देखें↗1,852
  • davidsonfellipe/lena.jsdavidsonfellipe का अवतार

    davidsonfellipe/lena.js

    679GitHub पर देखें↗

    :woman: Library for image processing

    JavaScript
    GitHub पर देखें↗679
  • ibireme/yywebimageibireme का अवतार

    ibireme/YYWebImage

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

    YYWebImage

    Objective-C
    GitHub पर देखें↗3,528
  • 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

    JavaScript
    GitHub पर देखें↗7,691
  • nicklockwood/asyncimageviewnicklockwood का अवतार

    nicklockwood/AsyncImageView

    904GitHub पर देखें↗

    DEPRECATED

    Objective-C
    GitHub पर देखें↗904
  • nodeca/picanodeca का अवतार

    nodeca/pica

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

    Pica is a client-side utility for browser-based image scaling, format transformation, and file optimization. It functions as a canvas image processor that transforms data between canvas elements, bitmaps, and blobs for local manipulation within the web browser. The library distinguishes itself through high-quality downscaling using Lanczos resampling and a multi-threaded processing model. It utilizes web workers to split image processing into tiles across CPU cores to increase resizing speed. The project covers a broad range of image manipulation capabilities, including high-quality scaling

    TypeScriptimageresize
    GitHub पर देखें↗4,111
  • 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

    Swiftcachefiltersimage
    GitHub पर देखें↗24,277
  • kean/nukekean का अवतार

    kean/Nuke

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

    Nuke is an image loading system designed to fetch, cache, and render images and short video clips within a user interface. It functions as an asset caching engine and a resumable download manager to handle the retrieval of remote media files. The framework includes a request priority manager to coordinate duplicate requests and order loading based on visual importance. It employs an image prefetching strategy to load visuals into memory before they are required and uses an LRU asset cache to reduce network traffic. The system covers broader capabilities in traffic management and data storage

    Swift
    GitHub पर देखें↗8,600
  • 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

    Java
    GitHub पर देखें↗35,021
  • lmdb/lmdbLMDB का अवतार

    LMDB/lmdb

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

    LMDB is an embedded key-value storage engine that provides ACID-compliant data persistence. It is a memory-mapped database that utilizes B+ trees to store key-value pairs, ensuring atomicity, consistency, isolation, and durability. The engine maps files directly into the virtual address space to minimize data copying and system calls. This approach enables high-performance local caching and low-latency data access, specifically optimizing for read-heavy database workflows. The system implements a transactional model with copy-on-write versioning and single-writer multi-reader locking. These

    C
    GitHub पर देखें↗2,907
  • apple/turicreateapple का अवतार

    apple/turicreate

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

    This project is an automated machine learning framework and toolkit designed for training and tuning custom models for classification, regression, and recommendations. It functions as a multimodal machine learning toolkit capable of processing and training models using a combination of text, image, audio, and sensor data. The framework distinguishes itself as a multimodal data processor that can handle and visualize large datasets on a single machine using column-oriented disk storage. It includes a core machine learning model generator that converts trained models into formats compatible wit

    C++
    GitHub पर देखें↗11,171
  • jimp-dev/jimpjimp-dev का अवतार

    jimp-dev/jimp

    14,621GitHub पर देखें↗

    Jimp is a zero-dependency JavaScript image processing library and programmatic editor designed for manipulating, resizing, and filtering images in Node.js. It functions as a multi-format image encoder and extensible pipeline that operates entirely in JavaScript to ensure portable deployment across different environments without requiring native system dependencies. The engine features a modular architecture that allows for custom image processor builds and the registration of custom processing plugins. This extensibility enables the addition of specific visual effects and custom file-type enc

    TypeScript
    GitHub पर देखें↗14,621
  • electerious/lycheeelecterious का अवतार

    electerious/Lychee

    6,362GitHub पर देखें↗

    Lychee is a self-hosted photo management system and PHP web application designed for organizing, browsing, and sharing personal photo collections. It functions as a dockerized media server that provides a web interface for uploading and managing images independently of commercial cloud services. The system features an integrated image processing pipeline that automatically generates responsive thumbnails and applies watermarks during the upload process. It supports remote media migration through integration with the Dropbox API and allows for the synchronization of existing server directories

    PHP
    GitHub पर देखें↗6,362
  • dicedb/diceDiceDB का अवतार

    DiceDB/dice

    10,760GitHub पर देखें↗

    Dice is a low-latency key-value store based on Valkey that functions as a hierarchical storage engine. It combines a high-speed memory store with a tiered cache system to manage data across multiple storage levels. The system extends memory capacity by implementing a disk-backed cache that automatically persists evicted items to disk and restores them during cache misses. This storage tiering balances retrieval speed and operational cost by distributing data between fast memory and slower disk storage. The engine includes a query subscription service that monitors specific data patterns and

    C
    GitHub पर देखें↗10,760
  • ibireme/yykitibireme का अवतार

    ibireme/YYKit

    13,982GitHub पर देखें↗

    A collection of iOS components.

    Objective-C
    GitHub पर देखें↗13,982
  • chainner-org/chainnerchaiNNer-org का अवतार

    chaiNNer-org/chaiNNer

    5,855GitHub पर देखें↗

    chaiNNer is a GPU-accelerated AI image upscaling application that uses a visual node-based interface for constructing image processing pipelines. At its core, it provides a node-based visual programming environment where users connect processing nodes in a directed acyclic graph, with a graph execution scheduler that traverses the pipeline in topological order. The application includes an iterator-based batch processing system that automatically applies the same pipeline to multiple files, and a model format conversion pipeline that transforms neural network models between PyTorch, ONNX, and N

    Python
    GitHub पर देखें↗5,855