添加PhotoDisplay数据
BIN
bin/Debug/PhotoDisplay/1-1.jpg
Normal file
After Width: | Height: | Size: 11 MiB |
BIN
bin/Debug/PhotoDisplay/3-1.jpg
Normal file
After Width: | Height: | Size: 15 MiB |
BIN
bin/Debug/PhotoDisplay/4-1.jpg
Normal file
After Width: | Height: | Size: 18 MiB |
BIN
bin/Debug/PhotoDisplay/5-1.jpg
Normal file
After Width: | Height: | Size: 15 MiB |
BIN
bin/Debug/PhotoDisplay/7-1.png
Normal file
After Width: | Height: | Size: 14 MiB |
BIN
bin/Debug/PhotoDisplay/bg.jpg
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
bin/Debug/PhotoDisplay/bg_h.png
Normal file
After Width: | Height: | Size: 277 KiB |
37
bin/Debug/PhotoDisplay/config.json
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"total": 3,
|
||||||
|
"start": 0,
|
||||||
|
"count": 3,
|
||||||
|
"port": 9532,
|
||||||
|
"server": "127.0.0.1",
|
||||||
|
"widgets": [ {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"width": 1920,
|
||||||
|
"height": 1080,
|
||||||
|
"bg": "1-1.jpg",
|
||||||
|
"anim": 2,
|
||||||
|
"duration": 30,
|
||||||
|
"tag": "v_paper"
|
||||||
|
}, {
|
||||||
|
"x": -1920,
|
||||||
|
"y": 0,
|
||||||
|
"width": 1920,
|
||||||
|
"height": 1080,
|
||||||
|
"bg": "4-1.jpg",
|
||||||
|
"anim": 3,
|
||||||
|
"duration": 30,
|
||||||
|
"tag": "h_paper"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 1920,
|
||||||
|
"y": 0,
|
||||||
|
"width": 1920,
|
||||||
|
"height": 1080,
|
||||||
|
"bg": "7-1.png",
|
||||||
|
"anim": 3,
|
||||||
|
"duration": 30,
|
||||||
|
"tag": "header"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
After Width: | Height: | Size: 71 KiB |
After Width: | Height: | Size: 10 MiB |
After Width: | Height: | Size: 3.3 MiB |
9
bin/Debug/PhotoDisplay/setting.ini
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
bg=bg_h.png
|
||||||
|
start=0
|
||||||
|
num=2
|
||||||
|
count=2
|
||||||
|
port=9532
|
||||||
|
width=1920
|
||||||
|
height=1080
|
||||||
|
startWidth=0
|
||||||
|
startHeight=0
|