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
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,17 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
</tr>
<tr><!-- empty row to disable github striped bg color --></tr>
<tr>
<td rowspan="23"><code>vtfpp</code></td>
<td rowspan="25"><code>vtfpp</code></td>
<td><a href="https://wiki.mozilla.org/APNG_Specification">APNG</a></td>
<td align="center">✅</td>
<td align="center">❌</td>
<td rowspan="25" align="center">Python</td>
</tr>
<tr><!-- empty row to disable github striped bg color --></tr>
<tr>
<td><a href="https://en.wikipedia.org/wiki/BMP_file_format">BMP</a></td>
<td align="center">✅</td>
<td align="center">✅</td>
<td rowspan="23" align="center">Python</td>
</tr>
<tr><!-- empty row to disable github striped bg color --></tr>
<tr>
Expand Down
9 changes: 7 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,16 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
<td align="center">✅</td>
</tr>
<tr>
<td rowspan="12"><code>vtfpp</code></td>
<td rowspan="13"><code>vtfpp</code></td>
<td><a href="https://wiki.mozilla.org/APNG_Specification">APNG</a></td>
<td align="center">✅</td>
<td align="center">❌</td>
<td rowspan="13" align="center">Python</td>
</tr>
<tr>
<td><a href="https://en.wikipedia.org/wiki/BMP_file_format">BMP</a></td>
<td align="center">✅</td>
<td align="center">✅</td>
<td rowspan="12" align="center">Python</td>
</tr>
<tr>
<td><a href="https://openexr.com">EXR</a> v1</td>
Expand Down
Loading
Loading