From 7980ee1ae83606477db42b8289add2e0e297faf2 Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Tue, 6 Oct 2015 13:37:06 +0100 Subject: [PATCH] feat(docs): add libvips version compatibility note --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 627d169..0d9b870 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ To get started you could take a look to the [examples](#examples) and [API](http 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](http://nodejs.org). +**libvips compatibility**: `bimg` was not fully tested yet in libvips `+8.x`, so minor things could be broken. +For production-focused environments I recommend you to use libvips `7.42.x`. + ## Prerequisites - [libvips](https://github.com/jcupitt/libvips) v7.40.0+ (7.42.0+ recommended)