Skip to content

Commit 585ef94

Browse files
committed
docs: change image order in the demo
1 parent 0e7f809 commit 585ef94

File tree

1 file changed

+37
-36
lines changed

1 file changed

+37
-36
lines changed

src/demo/contexts/demo/defaultImages.ts

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,62 +7,62 @@ const morphologyMaskUrl = 'https://demo-dataset.image-js.org/morphology_mask';
77
export const defaultImages: UrlOption[] = [
88
{
99
type: 'url',
10-
value: `${standardUrl}/barbara.jpg`,
11-
label: 'Barbara',
10+
value: `${standardUrl}/jellybeans.png`,
11+
label: 'Jelly beans (256x256)',
1212
imageType: 'image',
1313
},
1414
{
1515
type: 'url',
16-
value: `${standardUrl}/mandrill.png`,
17-
label: 'Mandrill',
16+
value: `${standardUrl}/female.png`,
17+
label: 'Female (256x256)',
1818
imageType: 'image',
1919
},
2020
{
2121
type: 'url',
22-
value: `${standardUrl}/male.png`,
23-
label: 'Male',
22+
value: `${standardUrl}/femaleBellLabs.png`,
23+
label: 'Female from Bell Labs (256x256)',
2424
imageType: 'image',
2525
},
2626
{
2727
type: 'url',
28-
value: `${standardUrl}/femaleBellLabs.png`,
29-
label: 'Female from Bell Labs',
28+
value: `${standardUrl}/mandrill.png`,
29+
label: 'Mandrill (267x256)',
3030
imageType: 'image',
3131
},
3232
{
3333
type: 'url',
34-
value: `${standardUrl}/female.png`,
35-
label: 'Female',
34+
value: `${standardUrl}/house.png`,
35+
label: 'House (267x256)',
3636
imageType: 'image',
3737
},
3838
{
3939
type: 'url',
40-
value: `${standardUrl}/boat.png`,
41-
label: 'Standard boat',
40+
value: `${standardUrl}/peppers.png`,
41+
label: 'Peppers (267x267)',
4242
imageType: 'image',
4343
},
4444
{
4545
type: 'url',
46-
value: `${standardUrl}/peppers.png`,
47-
label: 'Peppers',
46+
value: `${standardUrl}/barbara.jpg`,
47+
label: 'Barbara (512x512)',
4848
imageType: 'image',
4949
},
5050
{
5151
type: 'url',
52-
value: `${standardUrl}/house.png`,
53-
label: 'House',
52+
value: `${standardUrl}/boat.png`,
53+
label: 'Standard boat (512x512)',
5454
imageType: 'image',
5555
},
5656
{
5757
type: 'url',
58-
value: `${standardUrl}/jellybeans.png`,
59-
label: 'Jelly beans',
58+
value: `${standardUrl}/male.png`,
59+
label: 'Male (1024x1024)',
6060
imageType: 'image',
6161
},
6262
{
6363
type: 'url',
6464
value: `${standardUrl}/airport.png`,
65-
label: 'Airport',
65+
label: 'Airport (1024x1024)',
6666
imageType: 'image',
6767
},
6868
];
@@ -71,55 +71,56 @@ export const defaultMasks: UrlOption[] = [
7171
{
7272
type: 'url',
7373
value: `${morphologyMaskUrl}/circles.png`,
74-
label: 'Circles',
74+
label: 'Circles (507x509)',
7575
imageType: 'mask',
7676
},
7777
{
7878
type: 'url',
79-
value: `${morphologyMaskUrl}/star.png`,
80-
label: 'Star',
79+
value: `${morphologyMaskUrl}/shapes.png`,
80+
label: 'Shapes (640x612)',
8181
imageType: 'mask',
8282
},
8383
{
8484
type: 'url',
85-
value: `${morphologyMaskUrl}/shapes.png`,
86-
label: 'Shapes',
85+
value: `${morphologyMaskUrl}/star.png`,
86+
label: 'Star (716x716)',
8787
imageType: 'mask',
8888
},
8989
{
9090
type: 'url',
91-
value: `${standardMaskUrl}/barbara.png`,
92-
label: 'Barbara',
91+
value: `${standardMaskUrl}/house.png`,
92+
label: 'House (267x256)',
9393
imageType: 'mask',
9494
},
9595
{
9696
type: 'url',
97-
value: `${standardMaskUrl}/boat.png`,
98-
label: 'Standard boat',
97+
value: `${standardMaskUrl}/mandrill.png`,
98+
label: 'Mandrill (267x256)',
9999
imageType: 'mask',
100100
},
101101
{
102102
type: 'url',
103-
value: `${standardMaskUrl}/mandrill.png`,
104-
label: 'Mandrill',
103+
value: `${standardMaskUrl}/peppers.png`,
104+
label: 'Peppers (267x267)',
105105
imageType: 'mask',
106106
},
107107
{
108108
type: 'url',
109-
value: `${standardMaskUrl}/male.png`,
110-
label: 'Male',
109+
value: `${standardMaskUrl}/barbara.png`,
110+
label: 'Barbara (512x512)',
111111
imageType: 'mask',
112112
},
113113
{
114114
type: 'url',
115-
value: `${standardMaskUrl}/peppers.png`,
116-
label: 'Peppers',
115+
value: `${standardMaskUrl}/boat.png`,
116+
label: 'Standard boat (512x512)',
117117
imageType: 'mask',
118118
},
119+
119120
{
120121
type: 'url',
121-
value: `${standardMaskUrl}/house.png`,
122-
label: 'House',
122+
value: `${standardMaskUrl}/male.png`,
123+
label: 'Male (1024x1024)',
123124
imageType: 'mask',
124125
},
125126
];

0 commit comments

Comments
 (0)