v0.16.0 - 2016年8月18日
-
为 OS X、ARMv7 和 ARMv8 添加预编译的 libvips。 #312
-
确保布尔运算(boolean)、bandbool 及 extractChannel 操作在 sRGB 转换之前执行。 #504 @mhirsch
-
添加 joinChannel 和 toColourspace/toColorspace 操作。 #513 @mhirsch
-
确保 PNG 输出中移除 ICC 配置文件,除非使用了 withMetadata。 #521 @ChrisPinewood
-
移除已废弃的 interpolateWith 方法 —— 请使用 resize(w, h, { interpolator: … })。 #310