You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ Tiler
3
3
4
4
## XYZ Tile creator
5
5
6
-
Tiler is an XYZ tile creator written in C# (dotnet core 3.0 preview) that works on Windows, Linux, OSX.
6
+
Tiler is an XYZ tile creator written in C# (dotnet 6.0) that works on Windows, Linux, OSX.
7
7
It can quickly process large images into XYZ tiles that can be used with leaflet/slippy/etc.
8
8
9
-
Because the output is PNG format, a transparent background is used to center the image into a square frame and subdivided. If you wish to use a different output format or naming convention create your own script to resave the format and name. The default naming format is *{zoom}\_{x}\_{y}.png*.
9
+
A transparent background is used to center the image into a square frame and subdivided for any output format that supports transparency. Consider pre-sizing your input image to a square size (to your preferred alignment) if you do not want your image centered. If you wish to use a different (unsupported) output format or naming convention create your own script to resave the format and name. The default naming format is *{z}\_{x}\_{y}.png*.
10
10
11
11
Tile size defaults to 256 pixels squared (matching the default of leaflet and slippy). 2<sup>*n*</sup> tiles squared are created for each zoom depth *n*.
12
12
@@ -27,11 +27,11 @@ Compiled binary (portable) versions are available in the **binaries/** directory
27
27
28
28
This usage of Tiler requires only the file name for the command line arguments - This style looks different so it can handle drag-and-drop in an explorer context
0 commit comments