From 5f551e53b8016b4cc2c447900619c75a2b32e722 Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Tue, 15 Sep 2015 21:44:43 +0100 Subject: [PATCH] feat(docs): add list of contributors --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6384d6c..f9d9f28 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ bimg uses internally libvips, a powerful library written in C for image processi and it's typically 4x faster than using the quickest ImageMagick and GraphicsMagick settings or Go native `image` package, and in some cases it's even 8x faster processing JPEG images. To get started you could take a look to the [examples](#examples) and [API](https://godoc.org/github.com/h2non/bimg) documentation. + If you're looking for a HTTP based image processing solution, see [imaginary](https://github.com/h2non/imaginary). -bimg was heavily inspired in [sharp](https://github.com/lovell/sharp), its homologous package built for node.js by [Lovell Fuller](https://github.com/lovell). +bimg was heavily inspired in [sharp](https://github.com/lovell/sharp), its homologous package built for [node.js](http://nodejs.org). ## Prerequisites @@ -806,6 +807,15 @@ type Watermark struct { } ``` +## Contributors + +Special thanks to people who freely contributed to improve `bimg` in some or other way. + +- [Yoan Blanc](https://github.com/greut) +- [Christophe Eblé](https://github.com/chreble) +- [Brant Fitzsimmons](https://github.com/bfitzsimmons) +- [Thomas Meson](https://github.com/zllak) + ## Special Thanks - [John Cupitt](https://github.com/jcupitt)