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

Rust Image Processing Libraries

Ranking updated Jul 13, 2026

For a library for image processing in Rust, the first results are image-rs/image (This library is a comprehensive, native Rust toolkit that provides the core image processing primitives, format support, and color space conversion capabilities required for high-performance image manipulation), pistondevelopers/image (This library is a native Rust implementation that provides comprehensive support for image decoding, encoding, color space conversion, and pixel-level manipulation, making it a flagship tool for high-performance image processing) and silvia-odwyer/photon (Photon is a high-performance, native Rust image processing library that provides a comprehensive suite of manipulation primitives, color space conversion, and format support, making it a direct match for your requirements). imazen/imageflow and libjxl/libjxl round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

We curate open-source GitHub repositories matching “best rust image processing libraries”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Rust Image Processing Libraries

Find the best repos with AI.We'll search the best matching repositories with AI.
  • image-rs/imageimage-rs avatar

    image-rs/image

    5,802View on GitHub↗

    This is a Rust image processing library designed for encoding and decoding various image file formats and manipulating pixels. It provides a digital image manipulation toolkit and a set of image format codecs to read data from files and write memory buffers into standard formats. The library features a pure-Rust processing pipeline to ensure memory safety and cross-platform compatibility. It includes a pluggable hook system for dynamic format registration, allowing external crates to register custom decoders and encoders at runtime. The capability surface covers geometry manipulation for res

    This library is a comprehensive, native Rust toolkit that provides the core image processing primitives, format support, and color space conversion capabilities required for high-performance image manipulation.

    RustColor Space ConvertersImage DecodingPure-Rust Implementations
    View on GitHub↗5,802
  • pistondevelopers/imagePistonDevelopers avatar

    PistonDevelopers/image

    5,805View on GitHub↗

    This project is an image processing library designed for manipulating pixel data, applying visual filters, and adjusting image appearance. It functions as a low-level tool for processing raw pixel buffers and managing image data. The library provides a toolkit for image geometry manipulation, including resizing, cropping, flipping, and rotating images. It also serves as an image format converter for encoding and decoding data between common binary file formats and as a metadata extractor for retrieving dimensions and color profiles from file headers. The capabilities cover low-level image pr

    This library is a native Rust implementation that provides comprehensive support for image decoding, encoding, color space conversion, and pixel-level manipulation, making it a flagship tool for high-performance image processing.

    RustImage Format DecodersPixel-Based Manipulations
    View on GitHub↗5,805
  • silvia-odwyer/photonsilvia-odwyer avatar

    silvia-odwyer/photon

    3,850View on GitHub↗

    Photon is a high-performance image processing library written in Rust. It serves as a pixel manipulation toolkit and image format transcoder, providing a WebAssembly graphics engine for executing visual effects and transformations directly within web browsers. The project is built around a functional image pipeline, which allows for the programmatic chaining of sequential transformation operations. This architecture supports the creation of complex visual effects through a coded pipeline. The library covers a wide range of image processing capabilities, including color management across mult

    Photon is a high-performance, native Rust image processing library that provides a comprehensive suite of manipulation primitives, color space conversion, and format support, making it a direct match for your requirements.

    RustImage Format DecodersPixel Manipulators
    View on GitHub↗3,850
  • imazen/imageflowimazen avatar

    imazen/imageflow

    4,402View on GitHub↗

    Imageflow is a high-performance image manipulation library and composition engine available as a C-compatible library, a command-line image processor, and a dynamic image processing server. It provides the means to decode, encode, and apply complex visual transformations to images through programmatic interfaces, JSON job files, or on-the-fly URL query strings. The system distinguishes itself through a graph-based processing pipeline that allows for single-pass multi-format encoding, generating multiple image sizes and formats from a single decode to reduce overhead. It further features a res

    Imageflow is a high-performance image processing engine written in Rust that provides the core manipulation primitives, color space management, and format support required for complex image transformation tasks.

    RustImage Decoding
    View on GitHub↗4,402
  • libjxl/libjxllibjxl avatar

    libjxl/libjxl

    3,375View on GitHub↗

    libjxl is an open-source library for encoding and decoding images in the JPEG XL format. It provides the core codec functionality needed to compress source images into JPEG XL and decompress JPEG XL files back into common raster image representations. The library supports adjustable quality, distance, and effort settings during encoding, and handles conversion between different color spaces during encode or decode operations. It also enables reading and writing of embedded metadata such as EXIF, XMP, and color profiles. For performance, libjxl includes benchmarking tools for decode speed and

    This is a specialized C++ codec library for the JPEG XL format rather than a general-purpose image processing library, though it provides some color space conversion and encoding primitives.

    C++Color Space ConvertersImage Decoding
    View on GitHub↗3,375
  • nomacs/nomacsnomacs avatar

    nomacs/nomacs

    2,778View on GitHub↗

    nomacs is a cross-platform image viewer application used for viewing and managing a wide variety of standard and specialized image file formats. It functions as an image processing utility, a metadata inspector, and an annotation tool. The application enables side-by-side image comparison by synchronizing zooming and panning across multiple open windows. It also provides the ability to browse and view images embedded within compressed archives or document files without manual extraction. The software includes capabilities for image metadata analysis using histograms, the addition of visual m

    This is a standalone image viewer application rather than a library for developers to integrate into their own projects, and it is implemented in C++ rather than Rust.

    C++Image Format DecodersImage Processing
    View on GitHub↗2,778
  • fengsp/color-thief-pyfengsp avatar

    fengsp/color-thief-py

    1,110View on GitHub↗

    Color-thief-py is a Python library designed to analyze digital images for the purpose of extracting prominent color information. It functions as a computer vision tool that processes image files to identify the single most dominant color or to generate a representative color palette based on the visual composition of the source. The library utilizes the Pillow imaging library to handle diverse file formats and load image data into memory as structured pixel arrays. By mapping these pixels into a three-dimensional color space and applying median-cut quantization, the tool identifies statistica

    This is a Python library that relies on Pillow for image handling rather than being a native Rust image processing library, making it a tool for color extraction rather than a general-purpose manipulation framework.

    PythonImage Processing
    View on GitHub↗1,110
  • 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

    This is an iOS-specific image downloading and caching framework written in Objective-C, which serves as a client-side utility rather than a high-performance image processing library for the Rust ecosystem.

    Objective-CImage DecodingProgressive Image Decoders
    View on GitHub↗4,028
  • d2phap/imageglassd2phap avatar

    d2phap/ImageGlass

    12,241View on GitHub↗

    ImageGlass is a lightweight image viewer and editor designed for Windows environments. It provides a unified interface for displaying a wide range of file types, including raw camera files, vector graphics, and web formats, while offering tools for basic image transformation and metadata inspection. The application distinguishes itself through deep integration with the host operating system, including the ability to synchronize its internal viewing order with the file explorer's sorting state. It supports complex media by providing playback controls for multi-frame and animated files, allowin

    This is a standalone Windows image viewer application rather than a library for developers, and it is written in C# rather than Rust.

    C#Image Format DecodersImage Processing
    View on GitHub↗12,241
  • esimov/caireesimov avatar

    esimov/caire

    10,481View on GitHub↗

    Caire is a command-line image processing engine designed for content-aware resizing and batch manipulation. It utilizes seam carving algorithms to adjust image dimensions by identifying and removing low-energy pixels, allowing for the rescaling of images while preserving primary visual subjects and maintaining aspect ratios. The tool distinguishes itself through its ability to protect specific visual elements, such as human faces, from distortion during the resizing process. Users can apply custom binary masks to define regions for protection or forced removal, and the engine provides real-ti

    This is a command-line application for content-aware image resizing rather than a library for general-purpose image manipulation, and it is implemented in Go instead of Rust.

    GoImage ProcessingImage Processing
    View on GitHub↗10,481
  • jrosebr1/imutilsjrosebr1 avatar

    jrosebr1/imutils

    4,594View on GitHub↗

    imutils is a computer vision utility toolkit and image processing library designed to simplify common manipulation tasks using OpenCV. It serves as an image analysis helper and geometry transformation tool for automating visual data processing. The toolkit provides specialized capabilities for maintaining image integrity during transformations, such as resizing images while preserving aspect ratios and rotating images without cropping corners. It also includes tools for four-point perspective warping to create top-down views and the extraction of topological skeletons from binary images. The

    This is a Python utility toolkit that wraps OpenCV for computer vision tasks rather than a native Rust image processing library, making it a secondary helper tool rather than the core implementation requested.

    PythonImage ProcessingColor Space Conversions
    View on GitHub↗4,594
  • yalantis/ucropYalantis avatar

    Yalantis/uCrop

    12,113View on GitHub↗

    uCrop is an Android library designed for cropping, rotating, and scaling images within mobile applications. It provides a reusable interface component that allows users to manipulate photos through touch gestures, enabling precise control over visual composition and aspect ratios. The library distinguishes itself by offering extensive customization of the editing interface, allowing developers to adjust colors, frame shapes, and widget visibility to align with specific application design languages. It handles image processing tasks by managing quality, compression formats, and output dimensio

    This is an Android-specific UI component library for image cropping and manipulation, rather than a general-purpose, high-performance image processing library for the Rust ecosystem.

    JavaImage ProcessingImage Processing
    View on GitHub↗12,113
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
image-rs/image5.8KRustApache-2.0Jun 22, 2026
pistondevelopers/image5.8KRustApache-2.0Jun 24, 2026
silvia-odwyer/photon
3.9K
Rust
Apache-2.0
Jun 17, 2026
imazen/imageflow4.4KRustAGPL-3.0Jun 23, 2026
libjxl/libjxl3.4KC++bsd-3-clauseFeb 21, 2026
nomacs/nomacs2.8KC++gpl-3.0Feb 18, 2026
fengsp/color-thief-py1.1KPythonNOASSERTIONOct 31, 2022
pinterest/pinremoteimage4KObjective-CApache-2.0Jun 18, 2026
d2phap/imageglass12.2KC#otherFeb 19, 2026
esimov/caire10.5KGomitMay 2, 2025

Related searches

  • an image processing library for Go
  • a C# library for image processing
  • a java library for image processing
  • an image processing library for server-side manipulation
  • a rust library for data compression
  • a game engine written in Rust
  • an open source raster graphics editor
  • a library for web scraping in Rust