log tools/gfxconv.c @ 2565:d56a0e86067a

age author description
Mon, 28 Feb 2022 11:49:58 +0200 Matti Hamalainen Improve error handling.
Mon, 18 Oct 2021 17:11:28 +0300 Matti Hamalainen Improve gfxconv scaling -S option help slightly.
Sat, 02 Jan 2021 11:42:17 +0200 Matti Hamalainen Bump copyright years.
Sun, 12 Jul 2020 01:01:37 +0300 Matti Hamalainen Make sure we won't access DMC64Image::extraData[] indices out of bounds when
Sun, 12 Jul 2020 01:00:59 +0300 Matti Hamalainen Implement dumping of character/font memory block for -f dump output.
Tue, 12 May 2020 20:27:00 +0300 Matti Hamalainen Change dmC64DecodeBMP() probeOffs and dataOffs to ssize_t, and use default
Tue, 12 May 2020 20:06:24 +0300 Matti Hamalainen Make c64 formats listing (optionally) more verbose. Handle --help a bit
Wed, 29 Apr 2020 13:35:56 +0300 Matti Hamalainen Some improvements/fixes to -R option help.
Tue, 28 Apr 2020 23:24:14 +0300 Matti Hamalainen Improve the help texts / descriptions of few options.
Tue, 28 Apr 2020 23:15:07 +0300 Matti Hamalainen Mention --longhelp in the message if no arguments are given.
Tue, 28 Apr 2020 22:56:45 +0300 Matti Hamalainen Clarify the help for -R sub-option "max=".
Tue, 28 Apr 2020 22:38:27 +0300 Matti Hamalainen All the -R modes now accept all the different sub-options/modifiers, so no
Tue, 28 Apr 2020 22:31:45 +0300 Matti Hamalainen Cosmetic.
Tue, 28 Apr 2020 22:31:24 +0300 Matti Hamalainen Output a warning if REMAP_MAPPED is used together with palette replacement
Tue, 28 Apr 2020 21:11:05 +0300 Matti Hamalainen Bump gfxconv version.
Tue, 28 Apr 2020 21:08:17 +0300 Matti Hamalainen Fix/clarify an explanation in '-R' option help.
Tue, 28 Apr 2020 20:58:55 +0300 Matti Hamalainen Oooops, forgot to commit these changes to color remapping stuff. 100L.
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.