# Graphics viewer

## Supported

#### Fullscreen graphics

* Standard screen&#x20;
  * .scr 6912, 6144
* Gigascreen
  * .img, .gsc, packed gsc .U
* Multicolor
  * .mc, .mcx
* 3color (RGB)
  * .rgb, .brg, .Y, .888, .+
* multiArtist
  * .mgs, .mg1, .mg2, .mg4, .mg8.

#### Border graphics

* .bsc, .bmc (bmc4), .bsp.

#### Macroscreens

* .ch$ (chr$).
  * Up to \~62kb for standard screens (9 images) & \~55kb for gigascreen (4 full gigascreen images).

#### Char screens

* .53c, .atr (768 bytes)
* .stl (Stellar mode — lowres multicolor & gigacreen 64\*48)

#### Fonts

* 2048b, 768b.

#### Chunks

* .ch$ (#600/#c00 bytes).

#### Packed screens without a depacker

* .P (with addresses 40004, 40005),
* .PLC, .plc.
* Laser Compact 4.0-5.0,
* Burial Laser Compact
* .$ (Asc Screen Crasher).

## Navigation

**Press "I" for:**

* on/off interlace in gigascreen
* on/off gigascreen for 53c
* For 6912 change: color, b/w, w/b
* For 6144 color inversion

**S** — scr<>sprite.

**Left-right** — border screens ray fix.


---

# 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://kpacku.gitbook.io/the-viewer/help/graphics-viewer.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.
