zhangyuanwei / node-images

Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Nodejs
https://npmjs.org/package/images
MIT License
1.56k stars 205 forks source link

请问现在使用的图像缩放算法是什么? #34

Closed LastLeaf closed 10 years ago

LastLeaf commented 10 years ago

你好,我试用过了,感觉挺不错的。只是图像用.size()缩小之后质量感觉不是很好,想问一下现在使用的缩放算法是什么?

oxUnd commented 10 years ago

如果我没有记错的话,有个resize接口,质量不错,你可以试试。

2betop commented 10 years ago

bicubic

2betop commented 10 years ago

我是说 resize 用的是 bicubic 可以试试,效果跟 photoshop 差不多

LastLeaf commented 10 years ago

嗯,试过了,多谢。这个有文档标注么?