Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 202ce01

Browse files
committed
Update documentation
1 parent ea9aa60 commit 202ce01

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ANALYSIS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All encoders are set to use the BC7 format and to create mipmaps.
1717

1818
### Tools
1919

20-
* [ImageMagick](https://imagemagick.org/index.php): PSNR, RMSE and SSIM metrics.
20+
* [ImageMagick](https://imagemagick.org/index.php): image metrics.
2121

2222
### Optional encoders
2323

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ A CPU-based DDS encoder optimized for fast batch conversions with high encoding
88

99
todds is optimized for encoding multiple files at the same time, without compromising on encoding quality. todds can quickly encode a single file but the full benefits of its parallel pipeline are reached when encoding large numbers of files.
1010

11-
todds also performs better with CPUs with a large number of cores. Depending on your hardware, it can perform better than GPU based texture encoders or it might be slower. Check the analysis results for details.
11+
todds also performs better with CPUs with a large number of cores. Depending on your hardware, it can perform better than GPU based texture encoders or it might be slower.
1212

13-
https://github.com/joseasoler/todds/wiki/Performance
13+
Check the [Analysis documentation](ANALYSIS.md) for details.
1414

1515
### Supported encoding formats
1616

0 commit comments

Comments
 (0)