Bin
2025-12-17 bc6aa38242b0a7dea4b18bc90e2d78740436a58b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<View>
  <Labels name="labels_1" toName="image_1">
      <Label hotkey="1" value="Snow" background="#f61e33"/>
      <Label hotkey="2" value="Cloud Shadow" background="#1eae3b"/>
      <Label hotkey="3" value="Haze" background="#68eee5"/>
      <Label hotkey="4" value="Cloud" background="#1b32de"/>
      <Label hotkey="5" value="Exclude" background="#2C2C2B"/>
  </Labels>
  <Brush name="brush_1" toName="image_1" />
  <MagicWand name="magicwand_1" toName="image_1" />
  <View style="width: 100%; margin-bottom: 20%; margin-side: 10%;">
    <Image name="image_1" value="$image" zoomControl="true" zoom="true" crossOrigin="anonymous" />
  </View>
</View>