zhangyuanwei / node-images

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

高DPI图片处理后DPI降低 #200

Open ProEagle opened 4 years ago

ProEagle commented 4 years ago

使用库来处理一个高质量的图片,源图片分辨率为300dpi 300dpi, 处理后变成96dpi 96dpi。是否有方法保证图片质量不变,仍然保持300dpi的分辨率? 尝试过使用.save(file[, type[, config]]),设置quality100无效,还是转变成96dpi