log tools/libgfx.h @ 2310:75216bf67fd2

age author description
Tue, 09 Jul 2019 10:27:40 +0300 Matti Hamalainen Bump copyright.
Wed, 03 Jul 2019 09:01:47 +0300 Matti Hamalainen Add read/write RAW palette function prototypes to public header.
Fri, 14 Jun 2019 09:04:15 +0300 Matti Hamalainen Add some comments.
Fri, 14 Jun 2019 05:32:58 +0300 Matti Hamalainen Add support for 'raw' 768 byte palette files.
Fri, 14 Jun 2019 03:28:46 +0300 Matti Hamalainen Add functionality for separate palette file handling, reading, writing and
Fri, 14 Jun 2019 01:56:47 +0300 Matti Hamalainen Comments and cosmetics.
Tue, 04 Jun 2019 16:27:09 +0300 Matti Hamalainen Rename DM_COLFMT_* constants to DM_PIXFMT_* and the 'format' field of DMImage
Tue, 04 Jun 2019 16:18:41 +0300 Matti Hamalainen Rename DMImageConvSpec to DMImageWriteSpec to better reflec the struct's purpose.
Sun, 02 Jun 2019 23:12:53 +0300 Matti Hamalainen Clarifications in comments.
Sun, 02 Jun 2019 21:26:48 +0300 Matti Hamalainen Add some comments.
Tue, 05 Mar 2019 15:09:18 +0200 Matti Hamalainen Add dmGetNPlanesFromNColors() and use it.
Tue, 05 Mar 2019 09:57:32 +0200 Matti Hamalainen Mark image format flags with the color formats they support.
Tue, 05 Mar 2019 09:56:47 +0200 Matti Hamalainen Revamp how the DMImage palette system and color formats work, as preparation
Thu, 28 Feb 2019 12:32:07 +0200 Matti Hamalainen Some work on reading >8bpp images.
Thu, 28 Feb 2019 12:30:21 +0200 Matti Hamalainen Initial support for reading PPM/PGM.
Thu, 13 Dec 2018 15:54:09 +0200 Matti Hamalainen Implement dmGetBits() to the DMBitStreamContext API. Also improve error handling.
Wed, 05 Dec 2018 14:41:25 +0200 Matti Hamalainen Cosmetics.
Wed, 05 Dec 2018 13:38:53 +0200 Matti Hamalainen Improve IFF probing.
Wed, 05 Dec 2018 13:33:15 +0200 Matti Hamalainen Bump copyright.
Wed, 05 Dec 2018 13:33:03 +0200 Matti Hamalainen Refactor how paletted/indexed formats are handled in libgfx.
Wed, 05 Dec 2018 13:31:59 +0200 Matti Hamalainen Separate ILBM and PBM subformats of IFF images.
Mon, 03 Dec 2018 15:22:11 +0200 Matti Hamalainen Add 'cdump' image output format, mainly for debugging purposes.
Wed, 27 Jun 2018 19:13:36 +0300 Matti Hamalainen Cosmetics.
Tue, 26 Jun 2018 03:13:38 +0300 Matti Hamalainen Work begins on IFF ILBM/PBM image writer. It is pretty broken, some things
Mon, 25 Jun 2018 19:36:26 +0300 Matti Hamalainen Rename ILBM functions to IFF, which is more approriate as we support both ILBM and PBM variants of the IFF images.
Mon, 25 Jun 2018 13:52:20 +0300 Matti Hamalainen Remove the stdio FILE support from libgfx API, now only DMResource is supported.
Thu, 21 Jun 2018 11:14:26 +0300 Matti Hamalainen Move ILBM function declarations to position that better reflects their
Thu, 14 Jun 2018 12:58:44 +0300 Matti Hamalainen s/DM_IFMT_/DM_COLFMT_/g
Mon, 11 Jun 2018 18:09:00 +0300 Matti Hamalainen Add a format flag for marking formats that have broken/incomplete support and use it.
Fri, 08 Jun 2018 22:09:24 +0300 Matti Hamalainen Make some palette allocation functions public.
Wed, 16 May 2018 15:42:24 +0300 Matti Hamalainen Add image aspect ratio information.
Tue, 15 May 2018 14:29:32 +0300 Matti Hamalainen Refactor the format handling a bit.
Mon, 14 May 2018 12:42:24 +0300 Matti Hamalainen Convert libgfx file format routines to use DMResource instead of stdio FILE.
Sat, 12 May 2018 21:01:46 +0300 Matti Hamalainen Improve how format read/write capabilities are marked and shown.
Sat, 12 May 2018 21:00:22 +0300 Matti Hamalainen Cleanups.
Sat, 12 May 2018 17:48:56 +0300 Matti Hamalainen Rename libgfx IMGFMT_* constants to DM_IMGFMT_*.
Tue, 22 Aug 2017 17:15:22 +0300 Matti Hamalainen Constify.
Sat, 19 Aug 2017 15:27:43 +0300 Matti Hamalainen Move bitstream reading functions to libgfx, as they were only used there.
Sat, 19 Aug 2017 15:18:29 +0300 Matti Hamalainen Moved libgfx to tools/ as it's not really a very generic piece of code that base src/libgfx.h@5a510dc0ba83