# Image Guidelines

Poor image quality may result in errors. Therefore, to reduce errors because of poor-quality images, note the following:

* Motion blur effect can significantly increase BPCER (“Bona Fide Presentation Classification Error Rate” or the rate of errors classifying a live person as a spoof).
* Fish-eye lenses are not supported by this API.
* The SDK  does not accept any fade, blur, not clear face image, two persons in a photo, stretch dimensions or filtered pictures and marks it as a spoof.
* The same image might result in a spoof based on SDK library confidence level, the same spoof picture may be a genuine picture in another capture due to SDK confidence level, an example may the background blur or fade the background confidence level failure, and another genuine picture the face may have an acceptable level, the face will pass liveliness, etc.&#x20;
* Texture filtering can significantly increase APCER. (“Attack Presentation Classification Error Rate” or the errors of allowing impostors through), therefore remove texture filtering
* Spotlights on the faces and nearest surroundings can significantly increase BPCER.
* Ill-lighted environment and colored light can significantly increase BPCER.
* Distance from the face should allow capturing the image that complies with Face Requirements. Please make sure that inter-pupillary distance, face size and recommended proportion of face on the image are preserved.
* SDK does not recognize small-dimension images as a small face with small height and weight dimension resolutions.&#x20;
* The face should have proper lighting and should fit in the oval with a proper ratio and dimensions.&#x20;

### Correct Sample

<figure><img src="/files/v2yqM4Do7kglLBENIb9N" alt=""><figcaption></figcaption></figure>

###

<figure><img src="/files/jkWvstc104aK9aeXPanq" alt=""><figcaption></figcaption></figure>

### Invalid Sample

<figure><img src="/files/aOuOqXudpTe94eApcAkM" alt=""><figcaption></figcaption></figure>

### Card Images Guidelines:

Please find the images below which will be marked invalid by the system

<figure><img src="/files/XVvqVXOIFcQoQcBghuPs" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/apkHcwBsbsyivKNrrXcT" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/K68xwbzXs4AXTQOVgD0M" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Likfctpb2VemVHNArK4y" alt=""><figcaption></figcaption></figure>

### Correct Sample:

<figure><img src="/files/irXc8A7OUNMFOZCUva4Y" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kycdocv2.faceki.com/quick-guides/image-guidelines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
