Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update README.md #68

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,3 @@
I needed some tools that were able to do some slight lifting so I can do some modding.
This is a simple DDS and PNG tool set that converts DDS images to PNG images and vice versa on a large scale.
Has options for duplicate detection and sorting.

## DDS2PNG

The usage is pretty simple:

`DDS2PNG.exe "D:\Test\textures"`

This will create png files from the dds files searches all sub directories.

A folder named `Result` will be created and catalog file named `Result.json` within the folder.
This is needed for the next tool.

## PNG2DDS

The usage is pretty simple:

`PNG2DDS.exe "D:\Test\Result"`

This will create dds files from the png files, needs the `Result.json` within the folder.