Skip to content

Commit c458265

Browse files
opoplawskilagrumkcor
authored
Add missing images to legacy dataset in registry and meson.build (scikit-image#7660)
* Add missing images to legacy dataset in registry and meson.build (Fixes scikit-image#6993) * Add missing multipage.tif as well This is also included in meson.build but missing here. Co-authored-by: Marianne Corvellec <[email protected]> --------- Co-authored-by: Lars Grüter <[email protected]> Co-authored-by: Marianne Corvellec <[email protected]> Co-authored-by: Lars Grüter <[email protected]>
1 parent bbbfcdb commit c458265

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

skimage/data/_registry.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
'logo.png',
2626
'microaneurysms.png',
2727
'moon.png',
28+
'multipage.tif',
29+
'multipage_rgb.tif',
30+
'no_time_for_that_tiny.gif',
2831
'page.png',
2932
'text.png',
3033
'retina.jpg',

skimage/data/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ py3.install_sources([
3737
'microaneurysms.png',
3838
'moon.png',
3939
'multipage.tif',
40+
'multipage_rgb.tif',
4041
'no_time_for_that_tiny.gif',
4142
'page.png',
4243
'text.png',

0 commit comments

Comments
 (0)