Skip to content

Resulting Image Too Large

It is an API error returned when the resulting image is too large for the specified format.

{
"is_successful": false,
"error_message": "The resulting image is too large for the specified format.",
"error_code": "resulting_image_too_large",
"documentation_url": "https://screenshotone.com/docs/errors/resulting-image-too-large/"
}

Reasons and how to fix

Using WebP format for full-page screenshots

The WebP format has size limits, and if you are taking a full-page screenshot, the resulting image might be too large for the WebP format.

There is 2 ways to address the issue:

  1. Either use a different format, for example, PNG or JPEG.
  2. Or set the full_page_max_height option to make sure the height of the resulting image always fits the specified format.

Reach out to support

If you continue to face issues, please reach out to support@screenshotone.com, and we will assist you as soon as possible.