# Raster transparency visualization issues

If your raster data does not display transparency correctly, this is often related to how transparency is handled during compression and styling.

Ellipsis Drive supports different approaches depending on whether your data was processed using lossless or lossy compression.

***

#### 1. Lossless compression

If your data uses lossless compression, transparency should be defined in the style configuration.

#### How to set transparency ranges

1. Go to Settings → Styling
2. Open the relevant style
3. Expand Method Options
4. Click Open advanced transparency options
5. Select Add transparency range
6. Define the value range that should be transparent

<figure><img src="/files/x8pqmOrZJI1UBPx9z7jU" alt="" width="301"><figcaption></figcaption></figure>

This allows you to precisely control which pixel values are hidden in the visualisation.

***

#### 2. Lossy compression

If your data uses lossy compression, transparency should be defined during upload.

#### How to set transparency values

1. Go to Files
2. Create a timestamp
3. Click Upload raster files
4. Specify the pixel value that should be treated as transparent

<figure><img src="/files/KRqxpA4X7yUDhlNXoqtB" alt="" width="346"><figcaption></figcaption></figure>

{% hint style="info" %}

### Common transparency values

* **0** → often used for black background pixels
* **255** → often used for white background pixels
  {% endhint %}


---

# 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://docs.ellipsis-drive.com/extra/troubleshooting/raster-transparency-visualization-issues.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.
