MinimapStitcher

package module
v0.0.0-...-5d6ffe2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2018 License: MIT Imports: 12 Imported by: 1

README

MinimapSticher

MinimapSticher stitches exported minimap files from World of Warcraft. It ignores the WMO directory and when noLiquid files are found it makes a image with and without them. It is assume that the BLP images have been converted to PNG images.

Installing

Install Minimap Stitcher with:

go get github.com/WyriMaps/MinimapStitcher

Example

package main

import stitcher "github.com/WyriMaps/MinimapStitcher"
import "runtime"

func main () {
	runtime.GOMAXPROCS(runtime.NumCPU())
	stitcher.Stitch(report, "./Minimaps/", "./StitchedMaps/")
}

Documentation

Index

Constants

View Source
const (
	TILE_SIZE = 512
)

Variables

This section is empty.

Functions

func Stitch

func Stitch(sourceDirectory string, destinationDirectory string)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL