log tools/gfxconv.c @ 2496:6a6ed3eeded5

age author description
Tue, 28 Apr 2020 20:55:34 +0300 Matti Hamalainen Fix parsing of some arguments to -S option.
Tue, 28 Apr 2020 20:55:10 +0300 Matti Hamalainen Add 'help' support to -m, -S and -R options.
Tue, 28 Apr 2020 20:34:49 +0300 Matti Hamalainen Remove dm_str(n)casecmp() functions, in favour of standard libc ones.
Tue, 28 Apr 2020 20:28:35 +0300 Matti Hamalainen More improvements to palette remapping etc.
Tue, 28 Apr 2020 19:26:04 +0300 Matti Hamalainen Add few comments to the -R sub-option parsing and remove dead code.
Tue, 28 Apr 2020 19:16:19 +0300 Matti Hamalainen Implement parsing of -R option suboptions.
Tue, 28 Apr 2020 18:09:32 +0300 Matti Hamalainen Rework some option parsing to be more robust.
Tue, 28 Apr 2020 18:09:07 +0300 Matti Hamalainen More work on image palette remapping functionality.
Tue, 28 Apr 2020 14:16:50 +0300 Matti Hamalainen Change dmParseIntValWithSep() separator spec from char to char *, to specify
Tue, 28 Apr 2020 01:41:44 +0300 Matti Hamalainen Oops, use dmPaletteFree() instead of dmFree().
Tue, 28 Apr 2020 01:40:31 +0300 Matti Hamalainen Add support for converting palette to another palette format, or to a supported image format.
Tue, 28 Apr 2020 00:47:06 +0300 Matti Hamalainen Some work towards more flexible palette remapping.
Thu, 16 Apr 2020 17:38:56 +0300 Matti Hamalainen Enable the use of internal (C64) palettes for generally specifying a palette.
Thu, 16 Apr 2020 15:00:18 +0300 Matti Hamalainen Move dmCompareColor() from libgfx to gfxconv as it is used only there,
Thu, 16 Apr 2020 14:35:41 +0300 Matti Hamalainen Free the allocated extra palette, if any.
Thu, 16 Apr 2020 10:36:45 +0300 Matti Hamalainen Add few comments.
Thu, 16 Apr 2020 08:07:40 +0300 Matti Hamalainen Check that the source image has a palette when doing image -> palette conversion/extraction.
Thu, 16 Apr 2020 07:52:06 +0300 Matti Hamalainen Improve few error messages.
Thu, 16 Apr 2020 07:48:36 +0300 Matti Hamalainen Rename labels more unformly.
Wed, 15 Apr 2020 14:21:38 +0300 Matti Hamalainen Remove the unused "BOOL info" argument from dmWriteImage().
Wed, 15 Apr 2020 14:20:11 +0300 Matti Hamalainen Allow the -R option of gfxconv to be specified as '-R auto[+remove]' for
Wed, 15 Apr 2020 14:18:43 +0300 Matti Hamalainen Un-staticize functions in the main program.
Wed, 15 Apr 2020 13:52:28 +0300 Matti Hamalainen Implement functionality for converting the supported palette formats to
Wed, 15 Apr 2020 13:51:22 +0300 Matti Hamalainen Rename dmRemapImageColors() to more accurate dmRemoveUnusedImageColors().
Wed, 15 Apr 2020 13:50:28 +0300 Matti Hamalainen Move conversion final write error checking to a more generic location.
Wed, 15 Apr 2020 13:31:08 +0300 Matti Hamalainen Check that the image format detected by dmImageProbeGeneric() has read() function defined.
Wed, 15 Apr 2020 13:30:16 +0300 Matti Hamalainen Reorder few NULL checks to be earlier.
Wed, 15 Apr 2020 13:29:50 +0300 Matti Hamalainen Remove useless else and block.
Wed, 15 Apr 2020 13:29:28 +0300 Matti Hamalainen Cosmetics.
Sat, 29 Feb 2020 12:33:57 +0200 Matti Hamalainen Input file argument is optional for some cases, where stdin can be used.
Mon, 13 Jan 2020 23:27:01 +0200 Matti Hamalainen Remove useless dmMemset().
Mon, 13 Jan 2020 23:20:56 +0200 Matti Hamalainen Option index adjustments.
Mon, 13 Jan 2020 22:26:24 +0200 Matti Hamalainen Add a C file with the generic BSD license text and a function for
Mon, 13 Jan 2020 21:21:25 +0200 Matti Hamalainen Option index re-ordering cleanup work.
Sun, 12 Jan 2020 20:50:45 +0200 Matti Hamalainen Merge one more change from th-libs args processing.
Thu, 09 Jan 2020 20:14:58 +0200 Matti Hamalainen More printf() format specifier size_t -related fixes.
Thu, 09 Jan 2020 19:59:00 +0200 Matti Hamalainen Clean up some error messages in gfxconv.
Thu, 09 Jan 2020 15:20:23 +0200 Matti Hamalainen Fix some format strings to use proper PRI*_SIZE_T where necessary.
Wed, 08 Jan 2020 00:20:55 +0200 Matti Hamalainen Bump copyright years.
Tue, 07 Jan 2020 17:42:40 +0200 Matti Hamalainen Copy certain DMC64Image::extraInfo fields in dmConvertC64Bitmap() to the destination image.
Tue, 31 Dec 2019 13:06:46 +0200 Matti Hamalainen Add missing description string to formatTypeList[].
Tue, 31 Dec 2019 13:04:13 +0200 Matti Hamalainen Add argument to dmPrintByte() for reversing the bits.
Wed, 03 Jul 2019 13:57:42 +0300 Matti Hamalainen Show error code message when bitmap image conversion fails.
Wed, 03 Jul 2019 08:49:59 +0300 Matti Hamalainen Comment.
Mon, 17 Jun 2019 02:03:35 +0300 Matti Hamalainen Refactor how the image "mode/type" is handled. It is still not perfect for
Sat, 15 Jun 2019 22:53:25 +0300 Matti Hamalainen Rename a variable.
Sat, 15 Jun 2019 07:55:26 +0300 Matti Hamalainen Move listing of C64 formats function to argShowC64Formats in lib64util.
Sat, 15 Jun 2019 06:26:07 +0300 Matti Hamalainen s/nbanks/nblocks/g
Sat, 15 Jun 2019 06:19:34 +0300 Matti Hamalainen Show the default chargen/character ROM file path in help.
Fri, 14 Jun 2019 18:50:39 +0300 Matti Hamalainen Initialize variable.
Fri, 14 Jun 2019 18:08:13 +0300 Matti Hamalainen Add output format for "dumping" c64 bitmap image structs data into separate
Fri, 14 Jun 2019 12:12:19 +0300 Matti Hamalainen Remove useless DMC64ImageFormat parameter from some conversion functions.
Fri, 14 Jun 2019 07:40:24 +0300 Matti Hamalainen Improve colormap (-m) option help a bit.
Fri, 14 Jun 2019 06:07:35 +0300 Matti Hamalainen Oops, 10L in previous commit.
Fri, 14 Jun 2019 06:04:47 +0300 Matti Hamalainen Check for minimum number of colors in a external palette file.
Fri, 14 Jun 2019 06:04:15 +0300 Matti Hamalainen Rename variable.
Fri, 14 Jun 2019 05:01:12 +0300 Matti Hamalainen Revamp the palette handling in lib64gfx somewhat, add helper functions to
Fri, 14 Jun 2019 03:24:24 +0300 Matti Hamalainen Add new module "lib64util", and move some functions there from lib64gfx
Fri, 14 Jun 2019 00:42:36 +0300 Matti Hamalainen Improvements to the lib64gfx palette handling.
Fri, 14 Jun 2019 00:00:27 +0300 Matti Hamalainen Replace dmC64InitializeFormats() with dmLib64GFXInit() and dmLib64GFXClose().