The last and next year of image-rs

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • image

    Encoding and decoding images in Rust (by image-rs)

  • The original JPEG has an ICC profile, I suspect that the color difference comes from using this cmyk_to_rgb() https://github.com/image-rs/image/blob/902b9596c777aed76e4d023f0b8327cd15897139/src/codecs/jpeg/decoder.rs#L118 instead of the transformation specified in the ICC profile.

  • jpeg-decoder

    JPEG decoder written in Rust

  • Thanks. Issue filed [here under jpeg-decoder module](https://github.com/image-rs/jpeg-decoder/issues/185)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • broot

    A new way to see and navigate directory trees : https://dystroy.org/broot

  • What I can factually say is that scrolling to see all images (mainly jpgs) in a directory in broot could be more comfortable with faster decode and resize operations.

  • image-core

    Core set of types and traits for image encoding and decoding

  • Is there any plans for development of the image-core crate?

  • rav1e

    The fastest and safest AV1 encoder.

  • That's because AVIF encoding leverages rav1e, which does all the heavy lifting. AV1 encoder is also an AVIF encoder :)

  • traits

    Collection of cryptography-related traits (by RustCrypto)

  • No need for eternal stability. It would be indeed nice to get the API right the first time, but in practice it's borderline impossible to do. It's fine for trait crates to introduce breaking changes from time to time, especially for pre-1.0 ones. For prior art you can take a look at rand_core or RustCrypto trait crates.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • SISVEL VP9/AV1 patent declared invalid in China

    1 project | /r/AV1 | 27 May 2023
  • Porting a local app to Web

    4 projects | /r/rust | 12 May 2023
  • Setting the DPI of an image before saving it

    1 project | /r/learnrust | 5 May 2023
  • assembly from dav1d 1.1.0 now integrated into rav1e

    1 project | /r/AV1 | 25 Apr 2023
  • A little script to parse large libraries to AV1, if you're interested

    4 projects | /r/ffmpeg | 15 Apr 2023