Skip to content

Commit 3c8db69

Browse files
committed
README.md: add BMP, TGA
+ nothings/stb attribution
1 parent 36bedea commit 3c8db69

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Features
5858
- support for _color transformations_ and coding RGB JPEG
5959
- Decoder can decompress JPEG codestreams that can be generated by encoder. If scan
6060
contains restart flags, decoder can use parallelism for fast decoding.
61-
- _command-line_ tool with support for encoding/decoding **raw** images as well as **PNM/PAM** or **Y4M**
61+
- _command-line_ tool with support for encoding/decoding **raw** images
62+
as well as **BMP**, **TGA**, **PNM/PAM** or **Y4M**
6263

6364
Overview
6465
--------
@@ -448,6 +449,8 @@ License
448449
- See file [COPYING](COPYING).
449450
- This software contains source code provided by NVIDIA Corporation.
450451
- This software source code is based on SiGenGPU \[[3]\].
452+
- Thanks [notings/stb](https://github.com/nothings/stb) (BMP+TGA image
453+
support, public domain).
451454

452455
References
453456
----------

0 commit comments

Comments
 (0)