diff options
author | Valentin Popov <valentin@popov.link> | 2024-07-19 15:37:58 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-07-19 15:37:58 +0300 |
commit | a990de90fe41456a23e58bd087d2f107d321f3a1 (patch) | |
tree | 15afc392522a9e85dc3332235e311b7d39352ea9 /vendor/exr/examples/README.md | |
parent | 3d48cd3f81164bbfc1a755dc1d4a9a02f98c8ddd (diff) | |
download | fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.tar.xz fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.zip |
Deleted vendor folder
Diffstat (limited to 'vendor/exr/examples/README.md')
-rw-r--r-- | vendor/exr/examples/README.md | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/vendor/exr/examples/README.md b/vendor/exr/examples/README.md deleted file mode 100644 index 7e9453e..0000000 --- a/vendor/exr/examples/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# Examples - -These are examples that demonstrate how to use `exrs`. - -Some of these examples read image files -that can be generated by running a different example beforehand. -The examples are named such that running all examples alphabetically -will generate any image before it is used. - -Only the cropping examples use images from the source repository's test folder. - -## Things you can find in the examples: -- Read image data into a custom data structure, without loosing any meta information: - `2_rgba_adjust_exposure` -- Access all pixel information in a file, fully dynamic: - `6_extract_mip_map_pngs` - - -## Older Versions -The examples for any specific `exrs` version can be found on the `docs.rs` page: -- [docs.rs/crate/exr/1.71.0/source/examples/](https://docs.rs/crate/exr/1.7.0/source/examples/) -- [docs.rs/crate/exr/1.7.0/source/examples/](https://docs.rs/crate/exr/1.7.0/source/examples/) -- [docs.rs/crate/exr/1.6.5/source/examples/](https://docs.rs/crate/exr/1.6.5/source/examples/) -- ...
\ No newline at end of file |