From d9552a9c510629f178454b3175f847def5316457 Mon Sep 17 00:00:00 2001
From: Mayank Lahiri <mlahiri@gmail.com>
Date: Sat, 23 Jan 2016 09:11:31 -0800
Subject: [PATCH] Add easy_exif to other_libs.md

EasyEXIF is a tiny, lightweight C++ library that parses basic information out of JPEG files. It uses only the std::string library and is otherwise pure C++. You pass it the binary contents of a JPEG file, and it parses out a few of the most important EXIF fields for you.
---
 docs/other_libs.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/other_libs.md b/docs/other_libs.md
index 0db5f35..76e837d 100644
--- a/docs/other_libs.md
+++ b/docs/other_libs.md
@@ -55,6 +55,7 @@ images            |  [lodepng](http://lodev.org/lodepng/)
 images            |  [nanoSVG](https://github.com/memononen/nanosvg)                      | zlib                 |     |**1**| 1-file SVG parser; 1-file SVG rasterizer
 images            |  [picopng.cpp](http://lodev.org/lodepng/picopng.cpp)                  | zlib                 | C++ |  2  | tiny PNG loader
 images            |  [jpeg-compressor](https://github.com/richgel999/jpeg-compressor)     | **public domain**    |     |  2  | 2-file jpeg compress, 2-file jpeg decompress
+images            |  [easyexif](https://github.com/mayanklahiri/easyexif)     | MIT    | C++   |  1  | 1-file EXIF metadata extractor for JPEG images
 math              |  [mm_vec.h](https://github.com/vurtun/mmx)                            | BSD                  |     |**1**| SIMD vector math
 math              |  [ShaderFastLibs](https://github.com/michaldrobot/ShaderFastLibs)     | MIT                  |     |**1**| approximate transcendental functions optimized for shaders (esp. GCN)
 math              |  [TinyExpr](https://github.com/codeplea/tinyexpr)                     | zlib                 |  C  |  2  | evaluation of math expressions from strings