--- title: "RLE Decoder for the QL" type: "article" slug: "rle-decoder-for-the-ql" url: "http://localhost/article/rle-decoder-for-the-ql/" markdown_url: "http://localhost/article/rle-decoder-for-the-ql.md" published_at: "2026-03-13T14:07:54+00:00" modified_at: "2026-03-13T14:07:55+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "A SuperBASIC procedure named 'picture' that decodes run-length encoded (RLE) images and renders them on the Sinclair QL screen. Demonstrates compact image storage and display techniques using the QL's graphics system." category: - name: "The RAMTOP" slug: "the-ramtop" taxonomy: "category" url: "http://localhost/category/periodicals/the-ramtop/" post_tag: - name: "QL" slug: "ql" taxonomy: "post_tag" url: "http://localhost/tag/ql/" - name: "Superbasic (programming language)" slug: "superbasic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/superbasic-programming-language/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Sinclair QL" slug: "sinclair-ql" taxonomy: "model" url: "http://localhost/model/sinclair-ql/" genre: - name: "Graphics" slug: "graphics" taxonomy: "genre" url: "http://localhost/type/graphics/" publication_r: id: 39272 title: "The RAMTOP" type: "periodical" url: "http://localhost/periodical/the-ramtop/" issues_articles: - id: 50262 title: "The RAMTOP Apr 1987" type: "issue" url: "http://localhost/issue/the-ramtop-apr-1987/" pages: "1" pubdate: "Apr 1987" archive_link: false --- # RLE Decoder for the QL A SuperBASIC procedure named ‘picture’ that decodes run-length encoded (RLE) images and renders them on the Sinclair QL screen. Demonstrates compact image storage and display techniques using the QL’s graphics system.