About the Graphics Inspector

The Graphics Inspector is a tool that allows you to find and view graphical data (e.g. sprites and fonts) in the Spectrum's memory:

  • Tile sizes up to 256x256 pixels.

  • Various common storage formats from popular games:

    • Character columns (8x8 pixels).

    • Standard rows (left to right, stop to bottom).

    • Reversed rows (left to right, bottom to top).

    • Columns (top to bottom, left to right).

    • Spectrum screen format (256x192 pixels).

  • Skip metadata (e.g. attribute data) by setting pad bytes

  • Export sprite data in PNG format for use in your own projects.

Graphics Inspector