From 5378a965369b5870dff58b11e187688f83623a8c Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Mon, 14 Sep 2015 07:07:20 -0700 Subject: [PATCH] clarify that olick's GIF also does animated --- README.md | 2 +- tools/README.footer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 731da55..29c4e78 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Yes. I'll even tell you about some. However, I haven't used most of these librar and can't comment on their quality. (If you use them and aren't their author, feel free to tell me about their quality.) -- **images** [jo_gif.cpp](http://www.jonolick.com/home/gif-writer): tiny GIF writer (public domain) +- **images** [jo_gif.cpp](http://www.jonolick.com/home/gif-writer): animated GIF writer (public domain) - **images** [gif.h](https://github.com/ginsweater/gif-h): animated GIF writer (public domain) - **images** [tiny_jpeg.h](https://github.com/serge-rgb/TinyJPEG/blob/master/tiny_jpeg.h): JPEG encoder (public domain) - **images** [miniexr](https://github.com/aras-p/miniexr): OpenEXR writer (public domain) diff --git a/tools/README.footer.md b/tools/README.footer.md index f6292c4..914bf83 100644 --- a/tools/README.footer.md +++ b/tools/README.footer.md @@ -14,7 +14,7 @@ Yes. I'll even tell you about some. However, I haven't used most of these librar and can't comment on their quality. (If you use them and aren't their author, feel free to tell me about their quality.) -- **images** [jo_gif.cpp](http://www.jonolick.com/home/gif-writer): tiny GIF writer (public domain) +- **images** [jo_gif.cpp](http://www.jonolick.com/home/gif-writer): animated GIF writer (public domain) - **images** [gif.h](https://github.com/ginsweater/gif-h): animated GIF writer (public domain) - **images** [tiny_jpeg.h](https://github.com/serge-rgb/TinyJPEG/blob/master/tiny_jpeg.h): JPEG encoder (public domain) - **images** [miniexr](https://github.com/aras-p/miniexr): OpenEXR writer (public domain)