跳转到内容

v0.16.0 - 2016年8月18日

  • 为 OS X、ARMv7 和 ARMv8 添加预编译的 libvips。 #312

  • 确保布尔运算(boolean)、bandbool 及 extractChannel 操作在 sRGB 转换之前执行。 #504 @mhirsch

  • WebP 缩放加载后重新计算因子,以避免四舍五入为零的错误。 #508 @asilvas

  • 防止在 extract 操作期间发生布尔错误。 #511 @mhirsch

  • 添加 joinChannel 和 toColourspace/toColorspace 操作。 #513 @mhirsch

  • 为布尔运算和 withOverlay 操作添加对原始像素数据的支持。 #516 @mhirsch

  • 防止 bandbool 创建单通道 sRGB 图像。 #519 @mhirsch

  • 确保 PNG 输出中移除 ICC 配置文件,除非使用了 withMetadata。 #521 @ChrisPinewood

  • 为 overlayWith 图像添加缺失的 alpha 通道。 #540 @cmtt

  • 移除已废弃的 interpolateWith 方法 —— 请使用 resize(w, h, { interpolator: … })。 #310