# Understanding Image Print Gaps

### Issue Description:

When printing images continuously on a receipt, a small blank line may appear between the first and second image.

### Cause:

* **Default Driver Configuration:** The printer driver is configured to process images in segments of 24-dot lines.
* **Image Height Alignment:** If the height of the first image is not an exact multiple of 24 dots, the driver will align the image to the nearest 24-dot line. This alignment results in a blank line, the width of which is determined by the remainder of the height divided by 24.


---

# 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://smartpossdk.gitbook.io/cloudpossdk/faq/printer/understanding-image-print-gaps.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.
