Image Quality Assessment avatar
Image Quality Assessment

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Image Quality Assessment

Image Quality Assessment

Analyze image quality with local Sharp.js processing - no API key required. Evaluates sharpness, exposure, noise, and contrast to return pass/fail verdict with detailed quality scores. Perfect for e-commerce product photos, UGC validation, and photo library curation. $0.01 per image analyzed.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Marielise

Marielise

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Analyze sharpness, exposure, noise, and contrast. Local processing—no API key needed.

$0.01 per image

Input

{
"imageUrl": "https://example.com/photo.jpg"
}

With custom thresholds

{
"imageUrl": "https://example.com/photo.jpg",
"config": {
"sharpness": 0.5,
"noise": 0.4
}
}
ThresholdDefaultDescription
sharpness0.3Blur detection
exposure0.2Under/overexposure
noise0.3Noise level
contrast0.2Tonal range

Set to 0 to skip.

Output

Pass:

{
"pass": true,
"score": 0.72,
"issues": [],
"scores": {
"sharpness": 0.85,
"exposure": 0.92,
"noise": 0.65,
"contrast": 0.48
}
}

Fail:

{
"pass": false,
"score": 0.35,
"issues": ["blurry", "noisy"],
"scores": {
"sharpness": 0.15,
"exposure": 0.78,
"noise": 0.22,
"contrast": 0.45
}
}

Possible issues

blurry · underexposed · overexposed · noisy · low_contrast

API Reference

Input

FieldTypeRequired
imageUrlstringOne of
imageBase64stringOne of
configobjectNo

Output

FieldTypeDescription
passbooleanAll metrics meet thresholds
scorenumberOverall quality (0-1)
issuesstring[]Detected issues
scoresobjectPer-metric scores (0-1)
configAppliedobjectThresholds used
imageUrlstringOriginal URL
processedAtstringISO timestamp

Use Cases

  • Reject low-quality uploads
  • Validate e-commerce product images
  • Bulk filter photo libraries
  • Quality gate for print services

Limits

  • Max 20MB per image
  • Formats: JPEG, PNG, GIF, BMP, WEBP, TIFF