Package: rust-image / 0.25.8-2

Metadata

Package Version Patches format
rust-image 0.25.8-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable benches.diff | (download)

Cargo.toml | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

---
disable test missing testdata.diff | (download)

benches/decode.rs | 4 2 + 2 - 0 !
src/codecs/bmp/decoder.rs | 2 2 + 0 - 0 !
src/codecs/jpeg/decoder.rs | 1 1 + 0 - 0 !
src/codecs/openexr.rs | 3 3 + 0 - 0 !
src/codecs/png.rs | 2 2 + 0 - 0 !
src/codecs/qoi.rs | 1 1 + 0 - 0 !
src/codecs/tga/encoder.rs | 1 1 + 0 - 0 !
src/imageops/mod.rs | 1 1 + 0 - 0 !
src/imageops/sample.rs | 9 9 + 0 - 0 !
src/images/dynimage.rs | 3 3 + 0 - 0 !
src/metadata.rs | 2 2 + 0 - 0 !
11 files changed, 27 insertions(+), 2 deletions(-)

---
use byteorder.diff | (download)

Cargo.toml | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
relax deps.diff | (download)

Cargo.toml | 26 1 + 25 - 0 !
src/codecs/png.rs | 38 16 + 22 - 0 !
2 files changed, 17 insertions(+), 47 deletions(-)

---
zune 0.5.diff | (download)

Cargo.toml | 4 2 + 2 - 0 !
src/codecs/jpeg/decoder.rs | 33 27 + 6 - 0 !
2 files changed, 29 insertions(+), 8 deletions(-)

---
tiff cmyk16.patch | (download)

src/codecs/tiff.rs | 29 25 + 4 - 0 !
src/color.rs | 6 5 + 1 - 0 !
2 files changed, 30 insertions(+), 5 deletions(-)

 [patch] add support for tiff in cmyk-16bit