log

age author description
Tue, 04 Jun 2019 16:15:58 +0300 Matti Hamalainen Make PNG/PPM output a bit more sane with -P option and grayscale data.
Tue, 04 Jun 2019 15:56:10 +0300 Matti Hamalainen Add check to PNG and PPM output as well.
Tue, 04 Jun 2019 15:44:49 +0300 Matti Hamalainen Fix IFF and PCX checks for non-indexed images.
Tue, 04 Jun 2019 15:21:35 +0300 Matti Hamalainen Add in some fixups that the original CDHM decoder does, although these seem to be unnecessary.
Tue, 04 Jun 2019 15:05:53 +0300 Matti Hamalainen Few additional cleanups in the CDHM decoder, and mark the format support as not-broken anymore.
Tue, 04 Jun 2019 15:00:58 +0300 Matti Hamalainen Fix Cosmos Designs Hires Manager unpacker. What a mess. Ugh.
Sun, 02 Jun 2019 23:37:35 +0300 Matti Hamalainen Cleanups.
Sun, 02 Jun 2019 23:12:53 +0300 Matti Hamalainen Clarifications in comments.
Sun, 02 Jun 2019 23:03:55 +0300 Matti Hamalainen Fix format reporting.
Sun, 02 Jun 2019 21:26:48 +0300 Matti Hamalainen Add some comments.
Sun, 02 Jun 2019 21:21:35 +0300 Matti Hamalainen Write ARAW palette only if it exists.
Sun, 02 Jun 2019 21:08:23 +0300 Matti Hamalainen Fix bpp option description.
Sun, 02 Jun 2019 21:08:06 +0300 Matti Hamalainen Fix palette remapping.
Sun, 02 Jun 2019 20:12:05 +0300 Matti Hamalainen Possibly fix RAW output when clipping nplanes/bpp.
Sat, 01 Jun 2019 03:56:05 +0300 Matti Hamalainen Add somewhat broken support for decoding packed Cosmos Designs Hires Manager files.
Sat, 01 Jun 2019 03:18:01 +0300 Matti Hamalainen Allow NULL buffer argument(s) for dmSetupRLEBuffers() and dmFinishRLEBuffers().
Wed, 29 May 2019 13:11:00 +0300 Matti Hamalainen Improve and fix charmap format decoding.
Wed, 29 May 2019 11:31:38 +0300 Matti Hamalainen Some more work on charmap and PETSCII support.
Wed, 29 May 2019 10:24:53 +0300 Matti Hamalainen Use only long option for char ROM.
Wed, 29 May 2019 09:11:46 +0300 Matti Hamalainen Clean up one build rule a bit.
Wed, 29 May 2019 06:14:46 +0300 Matti Hamalainen Add initial (and incomplete) support for petscii.krissz.hu PETSCII editor PRG export files.
Tue, 28 May 2019 10:50:50 +0300 Matti Hamalainen Improve Marq's PETSCII prg export support.
Tue, 28 May 2019 10:35:26 +0300 Matti Hamalainen Cosmetic cleanups.
Tue, 28 May 2019 10:32:12 +0300 Matti Hamalainen Add char map helper functions and use them.
Tue, 28 May 2019 07:25:20 +0300 Matti Hamalainen Free previously allocated palette in the image palette allocation functions if it
Mon, 27 May 2019 12:22:08 +0300 Matti Hamalainen Add initial (and incomplete) support for Marq's PETSCII editor PRG export format.
Mon, 27 May 2019 11:29:37 +0300 Matti Hamalainen Refactor c64 image rendering completely to be more flexible.
Mon, 27 May 2019 11:28:19 +0300 Matti Hamalainen Validate format index values better in dmC64GetImageTypeString().
Mon, 27 May 2019 11:12:21 +0300 Matti Hamalainen Fix ECI palette setting, return value of dmSetMixedColorC64Palette() had
Mon, 27 May 2019 10:47:46 +0300 Matti Hamalainen Fix character ROM data handling.