Graphite/libraries/raw-rs
Elbert Ronnie 9d13a8f73b
Raw-rs: Remove from workspace (#2066)
* Remove raw-rs from workspace

* Add feature blocking to reqwest

* Use release build to run the tests

* Split Raw-rs CI into a seperate workflow

* Fix cargo-deny check for Raw-rs

* Only run the CI if Raw-rs changes

* Enable clippy check for Raw-rs

* Add newline in clippy check

* Fixups

* Use ubuntu-latest

* Remove mold

* Install sccache

* Attempt 2

* Attempt 3

* Add emoji for consistency

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2024-10-25 14:44:45 -07:00
..
build-camera-data Raw-rs: Remove from workspace (#2066) 2024-10-25 14:44:45 -07:00
camera_data/Sony Raw-rs: Fix naming convention of matrices (#2071) 2024-10-25 19:09:07 +00:00
src Raw-rs: Fix naming convention of matrices (#2071) 2024-10-25 19:09:07 +00:00
tag-derive Reorganize cargo dependencies and upgrade most of them (#1815) 2024-07-09 04:08:28 -07:00
tests Raw-rs: run tests in parallel (#1968) 2024-09-20 11:09:58 +00:00
.gitignore Create new library Raw-rs including a basic TIFF decoder (#1757) 2024-06-02 04:58:06 -07:00
Cargo.lock Raw-rs: Remove from workspace (#2066) 2024-10-25 14:44:45 -07:00
Cargo.toml Raw-rs: Remove from workspace (#2066) 2024-10-25 14:44:45 -07:00
LICENSE-APACHE Create new library Raw-rs including a basic TIFF decoder (#1757) 2024-06-02 04:58:06 -07:00
LICENSE-MIT Create new library Raw-rs including a basic TIFF decoder (#1757) 2024-06-02 04:58:06 -07:00
README.md Create new library Raw-rs including a basic TIFF decoder (#1757) 2024-06-02 04:58:06 -07:00

README.md

crates.iodocs.rsrepo

Raw-rs

A library to extract images from camera raw files.

WARNING: This library is currently in-progress and not functional yet.

This library is built to extract the images from the raw files of Sony's cameras. In the future the library will add support for all other major camera manufacturers.

Raw-rs is built for the needs of Graphite, an open source 2D graphics editor. We hope it may be useful to others, but presently Graphite is its primary user. Pull requests are welcomed for new features, code cleanup, ergonomic enhancements, performance improvements, and documentation clarifications.