zlstools is a collection of command-line tools and shell extensions for viewing or extracting data from .zls
files.
Included Tools:
- zlsthumb: Extracts draping item images from
.zls
files. - ZlsThumbnailprovider: A Windows Explorer extension that enables
.zls
file previews.
You'll need the following programs to build the installer:
Build steps:
- Open zlstools.sln in Visual Studio.
- From the mune, select "Build" > "Batch Build...".
- Click "Select All" and "Build".
- Open setup.iss in Inno Setup compiler.
- From the menu, select "Build" > "Complie".
The installer(zlstools-.exe) will be generated in the project root directory.
This project depends on Miniz, a compression library. A minor modification has been made to suit this project's needs. Miniz is distributed under the MIT License. For more details, please visit the Miniz project page.