@@ -5,6 +5,12 @@ const standardMaskUrl = 'https://demo-dataset.image-js.org/standard_mask';
5
5
const morphologyMaskUrl = 'https://demo-dataset.image-js.org/morphology_mask' ;
6
6
7
7
export const defaultImages : UrlOption [ ] = [
8
+ {
9
+ type : 'url' ,
10
+ value : `${ standardUrl } /barbara.jpg` ,
11
+ label : 'Barbara' ,
12
+ imageType : 'image' ,
13
+ } ,
8
14
{
9
15
type : 'url' ,
10
16
value : `${ standardUrl } /mandrill.png` ,
@@ -13,8 +19,20 @@ export const defaultImages: UrlOption[] = [
13
19
} ,
14
20
{
15
21
type : 'url' ,
16
- value : `${ standardUrl } /barbara.jpg` ,
17
- label : 'Barbara' ,
22
+ value : `${ standardUrl } /male.png` ,
23
+ label : 'Male' ,
24
+ imageType : 'image' ,
25
+ } ,
26
+ {
27
+ type : 'url' ,
28
+ value : `${ standardUrl } /femaleBellLabs.png` ,
29
+ label : 'Female from Bell Labs' ,
30
+ imageType : 'image' ,
31
+ } ,
32
+ {
33
+ type : 'url' ,
34
+ value : `${ standardUrl } /female.png` ,
35
+ label : 'Female' ,
18
36
imageType : 'image' ,
19
37
} ,
20
38
{
@@ -35,6 +53,18 @@ export const defaultImages: UrlOption[] = [
35
53
label : 'House' ,
36
54
imageType : 'image' ,
37
55
} ,
56
+ {
57
+ type : 'url' ,
58
+ value : `${ standardUrl } /jellybeans.png` ,
59
+ label : 'Jelly beans' ,
60
+ imageType : 'image' ,
61
+ } ,
62
+ {
63
+ type : 'url' ,
64
+ value : `${ standardUrl } /airport.png` ,
65
+ label : 'Airport' ,
66
+ imageType : 'image' ,
67
+ } ,
38
68
] ;
39
69
40
70
export const defaultMasks : UrlOption [ ] = [
@@ -74,6 +104,12 @@ export const defaultMasks: UrlOption[] = [
74
104
label : 'Mandrill' ,
75
105
imageType : 'mask' ,
76
106
} ,
107
+ {
108
+ type : 'url' ,
109
+ value : `${ standardMaskUrl } /male.png` ,
110
+ label : 'Male' ,
111
+ imageType : 'mask' ,
112
+ } ,
77
113
{
78
114
type : 'url' ,
79
115
value : `${ standardMaskUrl } /peppers.png` ,
0 commit comments