mirror of
https://github.com/lovell/sharp.git
synced 2025-07-10 19:10:14 +02:00
parent
ebfc897bcf
commit
0ac7fbfc07
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
### v0.14 - "*needle*"
|
### v0.14 - "*needle*"
|
||||||
|
|
||||||
|
#### v0.14.0 - 2<sup>nd</sup> April 2016
|
||||||
|
|
||||||
* Add ability to extend (pad) the edges of an image.
|
* Add ability to extend (pad) the edges of an image.
|
||||||
[#128](https://github.com/lovell/sharp/issues/128)
|
[#128](https://github.com/lovell/sharp/issues/128)
|
||||||
[@blowsie](https://github.com/blowsie)
|
[@blowsie](https://github.com/blowsie)
|
||||||
@ -26,6 +28,10 @@
|
|||||||
[#367](https://github.com/lovell/sharp/issues/367)
|
[#367](https://github.com/lovell/sharp/issues/367)
|
||||||
[@salzhrani](https://github.com/salzhrani)
|
[@salzhrani](https://github.com/salzhrani)
|
||||||
|
|
||||||
|
* Ensure output image EXIF Orientation values are within 1-8 range.
|
||||||
|
[#385](https://github.com/lovell/sharp/pull/385)
|
||||||
|
[@jtobinisaniceguy](https://github.com/jtobinisaniceguy)
|
||||||
|
|
||||||
* Ensure ratios are not swapped when rotating 90/270 and ignoring aspect.
|
* Ensure ratios are not swapped when rotating 90/270 and ignoring aspect.
|
||||||
[#387](https://github.com/lovell/sharp/issues/387)
|
[#387](https://github.com/lovell/sharp/issues/387)
|
||||||
[@kleisauke](https://github.com/kleisauke)
|
[@kleisauke](https://github.com/kleisauke)
|
||||||
|
@ -18,7 +18,8 @@
|
|||||||
"Alaric Holloway <alaric.holloway@gmail.com>",
|
"Alaric Holloway <alaric.holloway@gmail.com>",
|
||||||
"Bernhard K. Weisshuhn <bkw@codingforce.com>",
|
"Bernhard K. Weisshuhn <bkw@codingforce.com>",
|
||||||
"Chris Riley <criley@primedia.com>",
|
"Chris Riley <criley@primedia.com>",
|
||||||
"David Carley <dacarley@gmail.com>"
|
"David Carley <dacarley@gmail.com>",
|
||||||
|
"John Tobin <john@limelightmobileinc.com>"
|
||||||
],
|
],
|
||||||
"description": "High performance Node.js module to resize JPEG, PNG, WebP and TIFF images using the libvips library",
|
"description": "High performance Node.js module to resize JPEG, PNG, WebP and TIFF images using the libvips library",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user