From 0c9eb30ab528fb46d1a0bb4a971bfa0660cef9c6 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 10 Apr 2006 21:07:40 +0000 Subject: [PATCH] * Updated TODO list. I forgot the aspect ratio function! --- TODO | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/TODO b/TODO index cd89cc6..3085bf4 100644 --- a/TODO +++ b/TODO @@ -17,20 +17,18 @@ libcucul o bitmap output support (will require one or several custom fonts), maybe should be in libcaca. - o support for more than 16 colours, maybe truecolor, maybe less - - o support for transparency (CUCUL_COLOR_TRANSPARENT) - o ASCII/ANSI art loading functions (maybe load them as sprites) - o Shouldn't the antialiasing function accept a string instead of a - number, in case we create several antialiasing methods? Or is it - just a waste of time? + o Provide a way to set aspect ratio! API-independent stuff --------------------- + o support for more than 16 colours, maybe truecolor, maybe less + + o support for transparency (CUCUL_COLOR_TRANSPARENT) + o Brightness, contrast support for bitmaps (the functions are here, we just need to fill them)