Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ https://playcanvas.com/texture-tool
- **Alpha Channel** - Toggle alpha channel visualization with checkerboard background
- **Filtering Toggle** - Switch between linear and nearest filtering
- **Reprojection** - Convert between equirectangular and cubemap projections
- **Export** - Save textures as PNG or HDR files
- **Export** - Save textures as PNG, WebP (lossless), or HDR files

## Supported Formats

Expand All @@ -32,6 +32,7 @@ The texture tool can load the following texture formats:
|--------|-----------|
| PNG | `.png` |
| JPEG | `.jpg`, `.jpeg` |
| WebP | `.webp` |
| HDR | `.hdr` |
| DDS | `.dds` |
| KTX | `.ktx`, `.ktx2` |
Expand All @@ -53,7 +54,7 @@ Some URL query parameters are available to control the texture tool:

## How to build

Ensure you have [Node.js](https://nodejs.org) installed (v18.0+). Then, from a command prompt, run:
Ensure you have [Node.js](https://nodejs.org) installed (v22.0+). Then, from a command prompt, run:

```
npm install
Expand Down
Loading