rust-exr-devel-1.72.0-3.fc40 in Fedora 40
↵ Return to the main page of rust-exr-devel
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Changelog
Date |
Author |
Change |
2024-09-15 |
Benjamin A. Beasley <code at musicinmybrain dot net> - 1.72.0-3 |
- Avoid a circular dependency on image |
2024-09-15 |
Benjamin A. Beasley <code at musicinmybrain dot net> - 1.72.0-2 |
- Drop benchmark-only dev-dependency on bencher |
2024-08-04 |
Fabio Valentini <decathorpe at gmail dot com> - 1.72.0-1 |
- Initial import (#2297646) |
Provides
- crate(exr)
- rust-exr-devel
Files
- usr/
- share/
- cargo/
- registry/
- exr-1.72.0/
- .cargo-checksum.json
- CONTRIBUTORS.md
- Cargo.toml
- GUIDE.md
- LICENSE.md
- README.md
- benches/
- pixel_format_conversion.rs
- profiling.rs
- read.rs
- write.rs
- examples/
- 0a_write_rgba.rs
- 0b_read_meta.rs
- 0c_read_rgba.rs
- 1a_write_rgba_with_metadata.rs
- 2_rgba_adjust_exposure.rs
- 3a_write_dynamic_channels_with_metadata.rs
- 3b_read_all_channels_with_metadata.rs
- 4a_write_custom_fixed_channels.rs
- 4b_read_custom_fixed_channels.rs
- 5a_write_multiple_layers.rs
- 5c_write_mip_maps.rs
- 5d_write_legacy_layers.rs
- 7_write_raw_blocks.rs
- 8_read_raw_blocks.rs
- README.md
- releasing.md
- src/
- block/
- chunk.rs
- lines.rs
- mod.rs
- reader.rs
- samples.rs
- writer.rs
- compression/
- b44/
- mod.rs
- piz/
- huffman.rs
- mod.rs
- wavelet.rs
- pxr24.rs
- rle.rs
- zip.rs
- error.rs
- image/
- channel_groups.rs
- crop.rs
- mod.rs
- pixel_vec.rs
- read/
- any_channels.rs
- image.rs
- layers.rs
- levels.rs
- mod.rs
- samples.rs
- specific_channels.rs
- recursive.rs
- write/
- channels.rs
- layers.rs
- mod.rs
- samples.rs
- io.rs
- lib.rs
- math.rs
- meta/
- attribute.rs
- header.rs
- mod.rs
- tests/
- dev.rs
- fuzz.rs
- roundtrip.rs