jimp-dev/jimp

Saturation is not that good

Open

#877 建立於 2020年4月18日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (785 fork)batch import
bughelp wanted

倉庫指標

Star
 (13,218 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Expected Behavior

The saturation makes good results. sat70-2 (Made with Gimp)

Current Behavior

The saturation makes no good results. sat70 The colors are quite 'abrupt'.

Original: orig

Failure Information (for bugs)

Steps to Reproduce

        jimp.read(Buffer.concat(buffers), (error, value) => {
            value.color([{apply:"saturate",params:[-70]}],console.log)
            value.write("a.png")
        });

Context

  • Jimp Version: 0.10.2
  • Operating System: Kubuntu
  • Node version: 10.16.0

Failure Logs

貢獻者指南