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