diff --git a/lib/input.js b/lib/input.js index 808334ce..d0436f61 100644 --- a/lib/input.js +++ b/lib/input.js @@ -171,8 +171,8 @@ function clone () { * A Promises/A+ promise is returned when `callback` is not provided. * * - `format`: Name of decoder used to decompress image data e.g. `jpeg`, `png`, `webp`, `gif`, `svg` - * - `width`: Number of pixels wide - * - `height`: Number of pixels high + * - `width`: Number of pixels wide (EXIF orientation is not taken into consideration) + * - `height`: Number of pixels high (EXIF orientation is not taken into consideration) * - `space`: Name of colour space interpretation e.g. `srgb`, `rgb`, `cmyk`, `lab`, `b-w` [...](https://github.com/jcupitt/libvips/blob/master/libvips/iofuncs/enumtypes.c#L636) * - `channels`: Number of bands e.g. `3` for sRGB, `4` for CMYK * - `depth`: Name of pixel depth format e.g. `uchar`, `char`, `ushort`, `float` [...](https://github.com/jcupitt/libvips/blob/master/libvips/iofuncs/enumtypes.c#L672)