awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to ibireme/yywebimage

Projects sharing features with YYWebImage

30 open-source projects similar to ibireme/yywebimage, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • path/fastimagecachepath avatar

    path/FastImageCache

    8,068View on 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

    Objective-C
    View on GitHub↗8,068
  • dollarshaveclub/imagebutterdollarshaveclub avatar

    dollarshaveclub/ImageButter

    389View on GitHub↗

    Makes dealing with images buttery smooth.

    C
    View on GitHub↗389
  • nodeca/picanodeca avatar

    nodeca/pica

    4,111View on GitHub↗

    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
    View on GitHub↗4,111
  • rs/sdwebimagers avatar

    rs/SDWebImage

    25,645View on 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

    Objective-C
    View on GitHub↗25,645

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • alamofire/alamofireimageAlamofire avatar

    Alamofire/AlamofireImage

    4,029View on 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
    View on GitHub↗4,029
  • davidsonfellipe/lena.jsdavidsonfellipe avatar

    davidsonfellipe/lena.js

    679View on GitHub↗

    :woman: Library for image processing

    JavaScript
    View on GitHub↗679
  • fengyuanchen/cropperfengyuanchen avatar

    fengyuanchen/cropper

    7,691View on 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
    View on GitHub↗7,691
  • nicklockwood/asyncimageviewnicklockwood avatar

    nicklockwood/AsyncImageView

    904View on GitHub↗

    DEPRECATED

    Objective-C
    View on GitHub↗904
  • pinterest/pinremoteimagepinterest avatar

    pinterest/PINRemoteImage

    4,028View on GitHub↗

    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
    View on GitHub↗4,028
  • twitter/ios-twitter-image-pipelinetwitter avatar

    twitter/ios-twitter-image-pipeline

    1,852View on GitHub↗

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

    C
    View on GitHub↗1,852
  • onevcat/kingfisheronevcat avatar

    onevcat/Kingfisher

    24,277View on 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

    Swiftcachefiltersimage
    View on GitHub↗24,277
  • kean/dfimagemanagerkean avatar

    kean/DFImageManager

    1,176View on GitHub↗

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

    Objective-C
    View on GitHub↗1,176
  • amitshekhariitbhu/glidebitmappoolamitshekhariitbhu avatar

    amitshekhariitbhu/GlideBitmapPool

    601View on GitHub↗

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

    Java
    View on GitHub↗601
  • alterplay/apkenburnsviewAlterplay avatar

    Alterplay/APKenBurnsView

    103View on GitHub↗

    Ken Burns effect with face recognition!

    Swift
    View on GitHub↗103
  • ajkumar25/pygramA

    ajkumar25/pygram

    0View on GitHub↗
    View on GitHub↗0
  • altayer-digital/atgmediabrowseraltayer-digital avatar

    altayer-digital/ATGMediaBrowser

    214View on GitHub↗

    Image slide-show viewer with multiple predefined transition styles, with ability to create new transitions with ease.

    Swift
    View on GitHub↗214
  • alexiscreuzot/swiftygifalexiscreuzot avatar

    alexiscreuzot/SwiftyGif

    2,277View on GitHub↗

    High performance GIF engine

    Swift
    View on GitHub↗2,277
  • aheckmann/gmaheckmann avatar

    aheckmann/gm

    6,980View on GitHub↗

    gm is a JavaScript image processing library and Node.js manipulation tool that serves as a programmatic wrapper for the GraphicsMagick engine. It translates JavaScript method calls into shell commands to automate the resizing, cropping, and transformation of images. The library provides an interface to execute specific GraphicsMagick operations while allowing raw command passthrough for custom arguments or engine features not covered by the standard API. Its capabilities cover geometric manipulation, color and tone adjustment, and image quality optimization. It includes tools for image compo

    JavaScript
    View on GitHub↗6,980
  • achno/gowallAchno avatar

    Achno/gowall

    2,254View on GitHub↗

    A tool to convert a Wallpaper's color scheme / palette, OCR with VLM's Traditional & Hybrid, Image Compression ,color palette extraction, image upsacling with Adversarial Networks and more image processing features.

    Gobackground-removalclicolor-extractor
    View on GitHub↗2,254
  • asciinema/asciinemaasciinema avatar

    asciinema/asciinema

    16,852View on GitHub↗

    Asciinema is a platform for capturing, replaying, and sharing command-line sessions. It provides a comprehensive suite of tools to record terminal activity into lightweight, text-based files that preserve ANSI escape sequences, allowing users to document technical workflows, troubleshooting steps, and software demonstrations with high fidelity. The project distinguishes itself through its versatile playback and distribution capabilities. It features a web-based player that renders interactive terminal sessions directly in the browser, supporting features like seeking, playback speed control,

    Rustasciicastasciinemacli
    View on GitHub↗16,852
  • aryarohit07/picassofacedetectiontransformationA

    aryarohit07/PicassoFaceDetectionTransformation

    0View on GitHub↗
    View on GitHub↗0
  • alexhillc/axphotovieweralexhillc avatar

    alexhillc/AXPhotoViewer

    655View on GitHub↗

    An iOS/tvOS photo gallery viewer, useful for viewing a large (or small!) number of photos.

    Swift
    View on GitHub↗655
  • auyer/steganographyauyer avatar

    auyer/steganography

    354View on GitHub↗

    Pure Golang Library that allows LSB steganography on images using ZERO dependencies

    Go
    View on GitHub↗354
  • avaneev/aviravaneev avatar

    avaneev/avir

    499View on GitHub↗

    High-quality pro HDR image resizing / scaling C++ library, including a very fast, precise, SIMD Lanczos resizer (header-only C++)

    C++bitmaphdr-imageimage-manipulation
    View on GitHub↗499
  • avito-tech/paparazzoavito-tech avatar

    avito-tech/Paparazzo

    792View on GitHub↗

    Custom iOS camera and photo picker with editing capabilities

    Swift
    View on GitHub↗792
  • bachonk/initialsimageviewbachonk avatar

    bachonk/InitialsImageView

    215View on GitHub↗

    A simple UIImageView extension for using initials as a profile image, written in swift

    Swift
    View on GitHub↗215
  • badereddineouaich/bitmapplusplusBaderEddineOuaich avatar

    BaderEddineOuaich/BitmapPlusPlus

    49View on GitHub↗

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

    CMake
    View on GitHub↗49
  • baderouaich/bitmapplusplusbaderouaich avatar

    baderouaich/BitmapPlusPlus

    49View on GitHub↗

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

    CMakebitmapbitmap-graphicsbitmap-image
    View on GitHub↗49
  • bakhtiyork/roughbakhtiyork avatar

    bakhtiyork/Rough

    106View on GitHub↗

    Rough lets you draw in a sketchy, hand-drawn-like, style.

    Swift
    View on GitHub↗106
  • aryarohit07/glidefacedetectiontransformationA

    aryarohit07/GlideFaceDetectionTransformation

    0View on GitHub↗
    View on GitHub↗0