Skip to content

Commit 02d98b3

Browse files
committed
Relocate JPEG lossless data set
- to make room for other data sets under different conditions - tweak data set README
1 parent c17977d commit 02d98b3

24 files changed

+6
-5
lines changed

benches/decoding_benchmark.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fn main() {
3535
}));
3636

3737
c.bench_function("decode a 3072x2048 RGB Lossless JPEG", |b| b.iter(|| {
38-
read_image(include_bytes!("../tests/reftest/images/lossless/jpeg_lossless_sel1-rgb.jpg"))
38+
read_image(include_bytes!("../tests/reftest/images/lossless/1/jpeg_lossless_sel1-rgb.jpg"))
3939
}));
4040
c.final_summary();
4141
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# JPEG Lossless data set 1
2+
3+
The files starting with jpeg_lossless were taken from <https://github.com/rii-mango/JPEGLosslessDecoderJS>.
4+
The image data bytes were extracted from the DICOM files.
5+
The reference PNG files were created with the IJG library as distributed in the GDCM toolkit <https://github.com/malaterre/GDCM/tree/master/Utilities/gdcmjpeg>.

0 commit comments

Comments
 (0)