Which file formats are supported?

FAQ Solution
Oct 20, 2024
0

Supported Image Formats for verifyve API

verifyve API leverages the latest machine learning models in image analysis. As such, it supports the following image formats:

  • JPEG - Joint Photographic Experts Group format (.jpeg/.jpg)
  • PNG - Portable Network Graphics format (.png)

Image Requirements

For optimal results, images should adhere to the following criteria:

  • Image dimensions should be at least 80x80 pixels and not exceed 40,000 pixels in height or width. The total pixel count should not exceed 15 million pixels (height x width).
  • File sizes must not exceed 5 MB for PNG images and 10 MB for JPEG images.
  • Images should be clear and in-focus to allow accurate analysis.

Unsupported Image Formats

Currently, the following image formats are not supported:

  • BMP
  • GIF
  • TIFF

Please convert unsupported formats to JPEG or PNG before using the Verifyve API.

Top