Skip to content

Commit 6fc6581

Browse files
committed
Updated the readme with ImageSharp license information.
1 parent a079def commit 6fc6581

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- [Texture-specific settings](#texture-specific-settings)
1111
- [About Half-Life textures](#about-half-life-textures)
1212
- [Comparisons](#comparisons)
13+
- [Libraries](#libraries)
1314

1415
## Overview
1516
WadMaker is a command-line tool that can turn directories that contain images into Half-Life wad files. Existing wad files can be updated more quickly because only added, modified and removed images are processed by default. WadMaker can also extract textures from wad and bsp files, or remove embedded textures from bsp files.
@@ -92,3 +93,6 @@ Or, when using advanced batch settings, save those settings to a `i_view64.ini`
9293

9394
if_* converter: '"C:\Program Files\IrfanView\i_view64.exe"' arguments: '"{input}" /silent /ini="C:\custom_irfanview_settings_dir" /advancedbatch /convert="{output}"'
9495
The `if_*` name pattern here means that any image file whose name starts with `if_` will be processed by IrfanView, so switching between standard WadMaker and IrfanView behavior can be done by simply renaming an image.
96+
97+
## Libraries
98+
WadMaker uses the ImageSharp library, which is licensed under the Apache License 2.0.

0 commit comments

Comments
 (0)