@@ -7,62 +7,62 @@ const morphologyMaskUrl = 'https://demo-dataset.image-js.org/morphology_mask';
7
7
export const defaultImages : UrlOption [ ] = [
8
8
{
9
9
type : 'url' ,
10
- value : `${ standardUrl } /barbara.jpg ` ,
11
- label : 'Barbara ' ,
10
+ value : `${ standardUrl } /jellybeans.png ` ,
11
+ label : 'Jelly beans (256x256) ' ,
12
12
imageType : 'image' ,
13
13
} ,
14
14
{
15
15
type : 'url' ,
16
- value : `${ standardUrl } /mandrill .png` ,
17
- label : 'Mandrill ' ,
16
+ value : `${ standardUrl } /female .png` ,
17
+ label : 'Female (256x256) ' ,
18
18
imageType : 'image' ,
19
19
} ,
20
20
{
21
21
type : 'url' ,
22
- value : `${ standardUrl } /male .png` ,
23
- label : 'Male ' ,
22
+ value : `${ standardUrl } /femaleBellLabs .png` ,
23
+ label : 'Female from Bell Labs (256x256) ' ,
24
24
imageType : 'image' ,
25
25
} ,
26
26
{
27
27
type : 'url' ,
28
- value : `${ standardUrl } /femaleBellLabs .png` ,
29
- label : 'Female from Bell Labs ' ,
28
+ value : `${ standardUrl } /mandrill .png` ,
29
+ label : 'Mandrill (267x256) ' ,
30
30
imageType : 'image' ,
31
31
} ,
32
32
{
33
33
type : 'url' ,
34
- value : `${ standardUrl } /female .png` ,
35
- label : 'Female ' ,
34
+ value : `${ standardUrl } /house .png` ,
35
+ label : 'House (267x256) ' ,
36
36
imageType : 'image' ,
37
37
} ,
38
38
{
39
39
type : 'url' ,
40
- value : `${ standardUrl } /boat .png` ,
41
- label : 'Standard boat ' ,
40
+ value : `${ standardUrl } /peppers .png` ,
41
+ label : 'Peppers (267x267) ' ,
42
42
imageType : 'image' ,
43
43
} ,
44
44
{
45
45
type : 'url' ,
46
- value : `${ standardUrl } /peppers.png ` ,
47
- label : 'Peppers ' ,
46
+ value : `${ standardUrl } /barbara.jpg ` ,
47
+ label : 'Barbara (512x512) ' ,
48
48
imageType : 'image' ,
49
49
} ,
50
50
{
51
51
type : 'url' ,
52
- value : `${ standardUrl } /house .png` ,
53
- label : 'House ' ,
52
+ value : `${ standardUrl } /boat .png` ,
53
+ label : 'Standard boat (512x512) ' ,
54
54
imageType : 'image' ,
55
55
} ,
56
56
{
57
57
type : 'url' ,
58
- value : `${ standardUrl } /jellybeans .png` ,
59
- label : 'Jelly beans ' ,
58
+ value : `${ standardUrl } /male .png` ,
59
+ label : 'Male (1024x1024) ' ,
60
60
imageType : 'image' ,
61
61
} ,
62
62
{
63
63
type : 'url' ,
64
64
value : `${ standardUrl } /airport.png` ,
65
- label : 'Airport' ,
65
+ label : 'Airport (1024x1024) ' ,
66
66
imageType : 'image' ,
67
67
} ,
68
68
] ;
@@ -71,55 +71,56 @@ export const defaultMasks: UrlOption[] = [
71
71
{
72
72
type : 'url' ,
73
73
value : `${ morphologyMaskUrl } /circles.png` ,
74
- label : 'Circles' ,
74
+ label : 'Circles (507x509) ' ,
75
75
imageType : 'mask' ,
76
76
} ,
77
77
{
78
78
type : 'url' ,
79
- value : `${ morphologyMaskUrl } /star .png` ,
80
- label : 'Star ' ,
79
+ value : `${ morphologyMaskUrl } /shapes .png` ,
80
+ label : 'Shapes (640x612) ' ,
81
81
imageType : 'mask' ,
82
82
} ,
83
83
{
84
84
type : 'url' ,
85
- value : `${ morphologyMaskUrl } /shapes .png` ,
86
- label : 'Shapes ' ,
85
+ value : `${ morphologyMaskUrl } /star .png` ,
86
+ label : 'Star (716x716) ' ,
87
87
imageType : 'mask' ,
88
88
} ,
89
89
{
90
90
type : 'url' ,
91
- value : `${ standardMaskUrl } /barbara .png` ,
92
- label : 'Barbara ' ,
91
+ value : `${ standardMaskUrl } /house .png` ,
92
+ label : 'House (267x256) ' ,
93
93
imageType : 'mask' ,
94
94
} ,
95
95
{
96
96
type : 'url' ,
97
- value : `${ standardMaskUrl } /boat .png` ,
98
- label : 'Standard boat ' ,
97
+ value : `${ standardMaskUrl } /mandrill .png` ,
98
+ label : 'Mandrill (267x256) ' ,
99
99
imageType : 'mask' ,
100
100
} ,
101
101
{
102
102
type : 'url' ,
103
- value : `${ standardMaskUrl } /mandrill .png` ,
104
- label : 'Mandrill ' ,
103
+ value : `${ standardMaskUrl } /peppers .png` ,
104
+ label : 'Peppers (267x267) ' ,
105
105
imageType : 'mask' ,
106
106
} ,
107
107
{
108
108
type : 'url' ,
109
- value : `${ standardMaskUrl } /male .png` ,
110
- label : 'Male ' ,
109
+ value : `${ standardMaskUrl } /barbara .png` ,
110
+ label : 'Barbara (512x512) ' ,
111
111
imageType : 'mask' ,
112
112
} ,
113
113
{
114
114
type : 'url' ,
115
- value : `${ standardMaskUrl } /peppers .png` ,
116
- label : 'Peppers ' ,
115
+ value : `${ standardMaskUrl } /boat .png` ,
116
+ label : 'Standard boat (512x512) ' ,
117
117
imageType : 'mask' ,
118
118
} ,
119
+
119
120
{
120
121
type : 'url' ,
121
- value : `${ standardMaskUrl } /house .png` ,
122
- label : 'House ' ,
122
+ value : `${ standardMaskUrl } /male .png` ,
123
+ label : 'Male (1024x1024) ' ,
123
124
imageType : 'mask' ,
124
125
} ,
125
126
] ;
0 commit comments