@@ -11,13 +11,13 @@ Commands:
11
11
a, about Show info about application
12
12
list, ls <url> Show available worlds and maps
13
13
i, info <url> <world> <map> Show info about map
14
- m, merge <url> <world> <map> <point> Merge dynmap to image [default: [0,100,0]]
14
+ m, merge <url> <world> <map> <point> Merge dynmap to image
15
15
16
16
Arguments:
17
17
<url> Dynmap URL
18
18
<world> World name
19
19
<map> Map name
20
- <point> Point of map [x,y,z] [default: [0,100,0] ]
20
+ <point> Point of map [x,y,z] [default: <center of world> ]
21
21
22
22
Options:
23
23
-p, --padding <padding> Padding in tiles [all]|[vert,horz]|[top,right,bottom,left] [default: [2,2,2,2]]
@@ -32,7 +32,7 @@ Options:
32
32
33
33
## Installation
34
34
35
- * Install [ .NET 6.x ] ( https://dotnet.microsoft.com/download )
35
+ * Install [ .NET] ( https://dotnet.microsoft.com/download )
36
36
* Download [ latest release] ( https://github.com/Virenbar/DynmapImageExport/releases )
37
37
38
38
## Usage
@@ -73,7 +73,7 @@ Options:
73
73
└── 6 - 1:16
74
74
```
75
75
76
- 3. Make a image
76
+ 3. Create an image
77
77
78
78
```text
79
79
> .\DynmapImageExport merge <url> <world> <map> [<point>...] [options]
@@ -95,6 +95,7 @@ Used arguments:
95
95
### Notes
96
96
97
97
* Executing without arguments will launch in interactive mode
98
+ * Default point is center of world
98
99
* Default zoom is 1:1 scale (i.e. 1 block to 1 pixel)
99
100
* Size of 10Kpx X 10Kpx image ~= 150MB; 20Kpx X 20Kpx ~= 450MB
100
101
@@ -105,7 +106,7 @@ You can provide any number of points. They will be combined into a region. Paddi
105
106
* `[2]` - 2 in each direction
106
107
* `[2,3]` - 2 to top and bottom, 3 to right and left
107
108
* `[2,3,2,2]` - 2 to top, 3 to right, 2 to bottom, 2 to left
108
-
109
+
109
110
One point with padding `[1,2,3,2]`
110
111

111
112
@@ -116,16 +117,16 @@ Three points with padding `[1]`
116
117
117
118
### Flat map
118
119
119
- ```console
120
- .\DynmapImageExport m https://map.minecrafting.ru/ world flat [0,100,0] -p [6,6 ,5,5] -z 2
120
+ ```sh
121
+ .\DynmapImageExport m https://map.minecrafting.ru/ world flat -p [5,5 ,5,5] -z 2
121
122
```
122
123
123
124
![ flat] ( /assets/images/Minecrafting.ru-flat.png )
124
125
125
126
### Isometric map
126
127
127
- ``` console
128
- .\DynmapImageExport m https://map.minecrafting.ru/ world se_view [0,100,0] -p [5,11,5,10] -z 0
128
+ ``` sh
129
+ .\D ynmapImageExport m https://map.minecrafting.ru/ world se_view -p [5,11,5,10] -z 0
129
130
```
130
131
131
132
![ se_view] ( /assets/images/Minecrafting.ru-se_view.png )
0 commit comments