log gfxconv.c @ 607:360b1ad83ed9

age author description
Fri, 12 Apr 2013 11:21:37 +0300 Matti Hamalainen Rename things; Fix build by combining the conflicting rules.
Sun, 30 Dec 2012 13:18:08 +0200 Matti Hamalainen Add a slightly different raw output format.
Fri, 23 Nov 2012 18:37:47 +0200 Matti Hamalainen Adjust to conform to lib64gfx API changes.
Thu, 22 Nov 2012 23:16:38 +0200 Matti Hamalainen Bump version.
Thu, 22 Nov 2012 23:10:18 +0200 Matti Hamalainen Initial support for bitmap -> bitmap conversion in gfxconv.
Thu, 22 Nov 2012 22:29:30 +0200 Matti Hamalainen Make dmConvertByte() static.
Thu, 22 Nov 2012 22:29:16 +0200 Matti Hamalainen Cosmetics.
Thu, 22 Nov 2012 21:09:15 +0200 Matti Hamalainen Begin preparations for improved bitmap conversion support. Breaks lib64gfx API.
Thu, 22 Nov 2012 15:28:27 +0200 Matti Hamalainen Greatly simplify and also improve the multicolor/hires/lace bitmap->image
Mon, 19 Nov 2012 17:24:08 +0200 Matti Hamalainen Constify.
Mon, 19 Nov 2012 14:04:56 +0200 Matti Hamalainen Update gfxconv and view64 to the changes in lib64gfx API.
Mon, 12 Nov 2012 22:26:36 +0200 Matti Hamalainen Add a note to default error message about using --help option.
Mon, 12 Nov 2012 22:04:50 +0200 Matti Hamalainen Bump version.
Mon, 12 Nov 2012 22:04:17 +0200 Matti Hamalainen Implement simplistic image input to char/sprite splitter conversion.
Mon, 12 Nov 2012 22:02:47 +0200 Matti Hamalainen Error printing cleanups.
Mon, 12 Nov 2012 17:21:33 +0200 Matti Hamalainen Move dmCompareColor() to libgfx.
Wed, 07 Nov 2012 05:43:42 +0200 Matti Hamalainen Remove debug printing code.
Wed, 07 Nov 2012 05:22:25 +0200 Matti Hamalainen Improve remapping.
Wed, 07 Nov 2012 04:25:16 +0200 Matti Hamalainen Improve remapping option parsing.
Wed, 07 Nov 2012 04:09:51 +0200 Matti Hamalainen Oops, the option help had \n. Fixed.
Wed, 07 Nov 2012 04:09:00 +0200 Matti Hamalainen Improve color remapping, add option for removing unused colors from the final output palette.
Wed, 07 Nov 2012 03:03:01 +0200 Matti Hamalainen Calculate number of remapped colors.
Wed, 07 Nov 2012 01:46:49 +0200 Matti Hamalainen Add incbin line for ARAW output.
Wed, 07 Nov 2012 01:22:35 +0200 Matti Hamalainen Fix remapping issues.
Wed, 07 Nov 2012 01:12:51 +0200 Matti Hamalainen Fix option parsing of mappings.
Wed, 07 Nov 2012 01:01:15 +0200 Matti Hamalainen Improve color matching, make it possible to ignore alpha values.
Wed, 07 Nov 2012 00:55:43 +0200 Matti Hamalainen Implement palette remapping option for image outputs.
Sun, 04 Nov 2012 21:30:21 +0200 Matti Hamalainen Correct help.
Sun, 04 Nov 2012 16:51:24 +0200 Matti Hamalainen Plug (non-dangerous) memory leaks.
Sun, 04 Nov 2012 16:40:37 +0200 Matti Hamalainen Adjust verbosity levels.
Sun, 04 Nov 2012 16:35:38 +0200 Matti Hamalainen Improve probing.
Sun, 04 Nov 2012 16:09:07 +0200 Matti Hamalainen Improve ARAW output.
Sun, 04 Nov 2012 13:57:03 +0200 Matti Hamalainen Improve transparent color handling.
Sun, 04 Nov 2012 12:19:10 +0200 Matti Hamalainen Set default scaling to 1.
Sun, 04 Nov 2012 12:13:07 +0200 Matti Hamalainen Clarify help.
Sun, 04 Nov 2012 12:09:48 +0200 Matti Hamalainen Bump version, change program description to be more generic than just a "c64
Sun, 04 Nov 2012 12:09:30 +0200 Matti Hamalainen Mark PNG as available input format.
Sun, 04 Nov 2012 08:38:25 +0200 Matti Hamalainen Oops, correct the use of dmImageFormatList[] entry pointer to entry.fext.
Sun, 04 Nov 2012 06:41:51 +0200 Matti Hamalainen Beginnings of IFF ILBM reader. Not functional, only chunk parsing,
Sun, 04 Nov 2012 06:40:35 +0200 Matti Hamalainen Improve loading of input images to use the list provided by libgfx.
Sat, 03 Nov 2012 16:08:30 +0200 Matti Hamalainen Modularize some more.
Sat, 03 Nov 2012 13:37:09 +0200 Matti Hamalainen Improve listing of input/output formats in --help.
Sat, 03 Nov 2012 13:36:51 +0200 Matti Hamalainen Cosmetics.
Sat, 03 Nov 2012 11:14:16 +0200 Matti Hamalainen Fix a segfault due to not checking for NULL file extension entries in dmGetFormatByExt().
Sat, 03 Nov 2012 11:13:33 +0200 Matti Hamalainen Possibly fix 24bit PCX output.
Sat, 03 Nov 2012 11:10:59 +0200 Matti Hamalainen Cosmetics.
Sat, 03 Nov 2012 08:11:56 +0200 Matti Hamalainen Fix image format output.
Sat, 03 Nov 2012 08:11:29 +0200 Matti Hamalainen Fix bplanes short option, now 'B' instead of 'b', as 'b' was already used
Sat, 03 Nov 2012 07:53:38 +0200 Matti Hamalainen Modularize some functions to lib64gfx, fix bitmap -> image conversion,
Sat, 03 Nov 2012 04:11:15 +0200 Matti Hamalainen Improve error handling.
Sat, 03 Nov 2012 03:55:17 +0200 Matti Hamalainen Add bitmap and image input selectors to -i option.
Sat, 03 Nov 2012 03:50:42 +0200 Matti Hamalainen IFFMaster RAW output works now, at least to some extent.
Sat, 03 Nov 2012 02:40:07 +0200 Matti Hamalainen Various improvements and cruft cleanups.
Sat, 03 Nov 2012 02:19:51 +0200 Matti Hamalainen Move c64 utilities to the engine lib, as we benefit from a common framework.