跳转到内容

v0.19.0 - 2018年1月11日

  • 公开策略型裁剪的偏移坐标。
    #868
    @mirohristov-com

  • PNG 输出现在默认 adaptiveFiltering=false,compressionLevel=9
    #872
    @wmertens

  • 添加像素派生图像统计的统计功能。
    #915
    @rnanwani

  • 添加 failOnError 选项以快速失败处理错误的输入图像数据。
    #976
    @mceachen

  • Resize:切换至 libvips 实现,使 fastShrinkOnLoad 变为可选,移除 interpolator 和 centreSampling 选项。
    #977
    @jardakotesovec

  • 仅对基于流的输入在 clone 上附加 finish 事件监听器。
    #995
    @whmountains

  • 在 smartcrop 之前添加 tilecache 以避免对先前操作的过度计算。
    #1028
    @coffeebite

  • 防止 toFile 扩展名优先于请求的格式。
    #1037
    @tomgallagher

  • 为现有的 embed 功能添加对 gravity 选项的支持。
    #1038
    @AzureByte

  • 在可用时公开 IPTC 和 XMP 元数据。
    #1079
    @oaleynik

  • TIFF 输出:将默认预测器从 ‘none’ 切换为 ‘horizontal’,以匹配 libvips 的行为。