log

age author description
Wed, 30 May 2018 13:21:14 +0300 Matti Hamalainen Get rid of a basically redundant function in IFF reader.
Wed, 30 May 2018 13:20:40 +0300 Matti Hamalainen Cleanups.
Wed, 30 May 2018 12:41:31 +0300 Matti Hamalainen Improve IFF reader error handling.
Wed, 30 May 2018 11:16:39 +0300 Matti Hamalainen Add missing interlace type setting to GunPaint decoding.
Wed, 30 May 2018 03:30:56 +0300 Matti Hamalainen BDP5 memory format is same as Koala, so reuse that.
Wed, 30 May 2018 03:26:13 +0300 Matti Hamalainen Implement support for Boogie Down Paint 5 (packed) format.
Wed, 30 May 2018 03:25:34 +0300 Matti Hamalainen Refactor RLE encoding a bit, and add support for 16bit run counts and make things more configurable.
Wed, 30 May 2018 01:29:09 +0300 Matti Hamalainen Clean up fmtDecodeTruePaintPacked() a bit, and fix GCC warnings about
Wed, 30 May 2018 01:18:26 +0300 Matti Hamalainen Set interlace type for FunPaint2 images, so tha they work again.
Wed, 30 May 2018 01:17:57 +0300 Matti Hamalainen Add sanity check for interlaced formats: check that the interlace type flags are set.
Wed, 30 May 2018 01:07:07 +0300 Matti Hamalainen Implement support for packed TruePaint images.
Wed, 30 May 2018 00:57:21 +0300 Matti Hamalainen Add helper functions dmReverse{Get,Put}Byte().
Wed, 30 May 2018 00:56:32 +0300 Matti Hamalainen Reorder some functions.
Mon, 28 May 2018 19:58:08 +0300 Matti Hamalainen Merged.
Mon, 28 May 2018 15:54:03 +0300 Matti Hamalainen Refactor "packed" utility. This breaks commandline backwards compatibility.
Mon, 28 May 2018 15:17:44 +0300 Matti Hamalainen Return actual error code instead of forcing DMERR_FOPEN.
Mon, 28 May 2018 14:55:36 +0300 Matti Hamalainen Add '-F' short option alias for '--formats'.
Mon, 28 May 2018 14:52:45 +0300 Matti Hamalainen Add --formats option to 64vw and remove the format listing from --help.
Mon, 28 May 2018 14:52:24 +0300 Matti Hamalainen Adjust "gfxconv --formats" output.
Fri, 25 May 2018 03:05:51 +0300 Matti Hamalainen Add some comments.
Fri, 25 May 2018 02:23:23 +0300 Matti Hamalainen Fix packed Koala Painter probing.
Fri, 25 May 2018 01:43:54 +0300 Matti Hamalainen Cosmetic.
Fri, 25 May 2018 01:43:11 +0300 Matti Hamalainen Adjust BFLI format spec slightly. Still broken tho.
Fri, 25 May 2018 01:42:12 +0300 Matti Hamalainen Cleanups.
Fri, 25 May 2018 01:41:31 +0300 Matti Hamalainen Use C64 encdec operator specified size for the element if it is larger than the default size.
Fri, 25 May 2018 00:28:19 +0300 Matti Hamalainen Remove useless assignation.
Thu, 24 May 2018 22:25:23 +0300 Matti Hamalainen Improve autoprobing error handling a bit.
Thu, 24 May 2018 22:19:35 +0300 Matti Hamalainen gfxconv bailed out prematurely for probed inputs. Fixed.
Wed, 16 May 2018 15:42:24 +0300 Matti Hamalainen Add image aspect ratio information.
Wed, 16 May 2018 15:15:39 +0300 Matti Hamalainen Cleanup.