rawloader

rust library to extract the raw data and some metadata from digital camera images (by pedrocr)

Rawloader Alternatives

Similar projects and alternatives to rawloader

  1. slint

    148 rawloader VS slint

    Slint is an open-source declarative GUI toolkit to build native user interfaces for Rust, C++, JavaScript, or Python apps.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. qoi

    The “Quite OK Image Format” for fast, lossless image compression

  4. exif-rs

    Exif parsing library written in pure Rust

  5. image-sieve

    GUI based tool to sort and categorize images written in Rust

  6. rawspeed

    fast raw decoding library

  7. fast_image_resize

    Rust library for fast image resizing with using of SIMD instructions.

  8. img-hash

    A Rust library for calculating perceptual hash values of images

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. dnglab

    Camera RAW to DNG file format converter

  11. Zpng

    Better lossless compression than PNG with a simpler algorithm

  12. qoi

    Pure Go encoder/decoder of the QOI image format (by xfmoulet)

  13. qoi

    1 rawloader VS qoi

    Discontinued A rust implementation of the “Quite OK Image” format for fast, lossless image compression (by steven-joruk)

  14. msgpack-rust

    MessagePack implementation for Rust / msgpack.org[Rust]

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rawloader alternative or higher similarity.

rawloader discussion

Log in or Post with

rawloader reviews and mentions

Posts with mentions or reviews of rawloader. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-13.
  • Announcing: ImageSieve, a tool to assist in sorting and archiving images and videos
    6 projects | /r/rust | 13 Feb 2022
    I absolutely loved all the crates available that made my life very simple in many cases. I used (among others) the slint ui framework, kamadak-exif, img_hash, fast_image_resize and rawloader.
  • QOI: Lossless Image Compression in O(n) Time
    8 projects | news.ycombinator.com | 24 Nov 2021
    The simplest form is just to pack 10 or 12 bit values. There's all kinds of variations of that:

    https://github.com/pedrocr/rawloader/blob/a59bb78d156277781a...

    There are a few formats that use a curve and less bits. They do become lossy and doing dithering on decompress is useful to avoid banding.

    The Nikon one you mention was only used very early and is decoded by decode_8bit_wtable() in that file. It's just looking up the 8 bit value in the table and then adding some randomness to prevent the banding.

Stats

Basic rawloader repo stats
3
328
5.4
about 1 year ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Rust is
the 5th most popular programming language
based on number of references?