1.0.0 • Published 9 months ago

sharp-iqa v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Image quality assessment utility for sharp.

  • MSE .mse
  • PSNR .psnr

Future

  • SSIM

Sample

Use exported SharpIQA.sharp because different sharp version maybe get segmentation fault.

const SharpIQA = require('sharp-iqa')

(async() {
  const psnr = await SharpIQA.psnr(SharpIQA.sharp('path/image1.png'), SharpIQA.sharp('path/image2.png'))
  console.log(psnr)
})()
1.0.0

9 months ago

0.2.1

5 years ago

0.1.4

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

6 years ago