Closed xiaoosi closed 4 years ago
提个 pr
xiaoosi notifications@github.com 于2020年4月17日周五 下午12:59写道:
images("input.png").encode("output.jpg", {operation:50}) 应写成 images("input.png").save("output.jpg", {operation:50})
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zhangyuanwei/node-images/issues/206, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2DGZTDSG3B7RHUNDOOCTRM7O3ZANCNFSM4MKOIAMA .
images("input.png").encode("output.jpg", {operation:50})
应写成images("input.png").save("output.jpg", {operation:50})