From bda017f2cbe3ad3575b7ade98bcbd2debf2ed274 Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Tue, 1 Mar 2016 20:43:47 +1100 Subject: [PATCH] Improvements to imagecon and related changes --- 001.simple_image/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/001.simple_image/README.md b/001.simple_image/README.md index 28aa078..370a109 100644 --- a/001.simple_image/README.md +++ b/001.simple_image/README.md @@ -5,6 +5,6 @@ Building on [trackdisk.device](../000.trackdisk), we now display a simple color I display a 5 bitplane (32 color) low res image. -The image data is prepared using a new tool I wrote called [imagecon](../tools/imagecon/imagecon.c). This takes (almost) any 320x256 PNG and using [libimagequant](https://pngquant.org/lib/) it reduces the palette to 32 colors, then dumps out the copper list and interleaved bitplane data ready to be included into (image.s)[image.s]. +The image data is prepared using a new tool I wrote called [imagecon](../tools/imagecon/imagecon.c). This takes (almost) any 320x256 PNG and using [libimagequant](https://pngquant.org/lib/) it reduces the palette to 32 colors, then dumps out the copper list and interleaved bitplane data ready to be included into [image.s](image.s). -The original version of this example used (vilcans amiga-startup)[https://github.com/vilcans/amiga-startup] as a starting point, however almost all of that code has been replaced as my understanding exanded. +The original version of this example used [vilcans amiga-startup](https://github.com/vilcans/amiga-startup) as a starting point, however almost all of that code has been replaced as my understanding exanded.