log tools/gfxconv.c @ 2292:9269a32ba7f9

age author description
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().
Thu, 13 Jun 2019 23:58:46 +0300 Matti Hamalainen Replace label 'error' with 'exit'.
Wed, 12 Jun 2019 20:25:06 +0300 Matti Hamalainen Change the error message for unimplemented option argument.
Wed, 12 Jun 2019 18:28:53 +0300 Matti Hamalainen Wrong struct pointer variable used .. but actually the same pointer, so no harm done. Fixed anyway.
Wed, 12 Jun 2019 18:25:46 +0300 Matti Hamalainen Oops, forgot these from previous commit.
Tue, 04 Jun 2019 17:54:12 +0300 Matti Hamalainen Lower verbosity threshold the "Using ... output" when converting to image.
Tue, 04 Jun 2019 17:53:44 +0300 Matti Hamalainen Show string 'bitmap' instead of NULL for c64 bitmap sources.
Tue, 04 Jun 2019 17:13:29 +0300 Matti Hamalainen Oops, display the real intended output pixfmt.
Tue, 04 Jun 2019 16:27:09 +0300 Matti Hamalainen Rename DM_COLFMT_* constants to DM_PIXFMT_* and the 'format' field of DMImage
Tue, 04 Jun 2019 16:18:41 +0300 Matti Hamalainen Rename DMImageConvSpec to DMImageWriteSpec to better reflec the struct's purpose.
Tue, 04 Jun 2019 16:15:58 +0300 Matti Hamalainen Make PNG/PPM output a bit more sane with -P option and grayscale data.
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.
Wed, 29 May 2019 10:24:53 +0300 Matti Hamalainen Use only long option for char ROM.
Mon, 27 May 2019 10:47:46 +0300 Matti Hamalainen Fix character ROM data handling.
Mon, 27 May 2019 08:35:35 +0300 Matti Hamalainen Rename various C64_* constants to D64_*.
Mon, 27 May 2019 08:27:01 +0300 Matti Hamalainen Simplistic conversion fixups.
Mon, 27 May 2019 06:01:32 +0300 Matti Hamalainen Add initial support to 64vw and gfxconv for viewing and converting character
Sun, 26 May 2019 18:40:45 +0300 Matti Hamalainen Bump copyright years.
Fri, 24 May 2019 02:27:45 +0300 Matti Hamalainen Change dmC64GetOpMemBlock() function API.
Wed, 03 Apr 2019 20:59:36 +0300 Matti Hamalainen Improve help for spr/chr formats by listing the :mc and :sc flags at their
Tue, 05 Mar 2019 15:09:18 +0200 Matti Hamalainen Add dmGetNPlanesFromNColors() and use it.
Tue, 05 Mar 2019 14:51:02 +0200 Matti Hamalainen Fix nplanes and bpp in gfxconv.
Tue, 05 Mar 2019 10:54:47 +0200 Matti Hamalainen Cleanups.
Tue, 05 Mar 2019 09:56:47 +0200 Matti Hamalainen Revamp how the DMImage palette system and color formats work, as preparation
Mon, 10 Dec 2018 19:24:45 +0200 Matti Hamalainen Move dm_strdup_fext() and dm_basefilename() to gfxconv, as they are only used there.
Mon, 10 Dec 2018 14:50:17 +0200 Matti Hamalainen Make a note about '-R +remove' in help.
Wed, 05 Dec 2018 14:41:25 +0200 Matti Hamalainen Cosmetics.
Wed, 05 Dec 2018 13:33:03 +0200 Matti Hamalainen Refactor how paletted/indexed formats are handled in libgfx.
Tue, 04 Dec 2018 21:19:45 +0200 Matti Hamalainen Improve scale factor option '-S' help.
Tue, 04 Dec 2018 19:22:56 +0200 Matti Hamalainen Improve gfxconv --help a bit.
Tue, 04 Dec 2018 19:22:40 +0200 Matti Hamalainen Implement support for the c64 format aspect rations and automatic scaling.
Mon, 03 Dec 2018 19:24:32 +0200 Matti Hamalainen Fix minor memory leaks in gfxconv.
Thu, 08 Nov 2018 11:45:13 +0200 Matti Hamalainen Update documentation etc.
Thu, 08 Nov 2018 11:42:23 +0200 Matti Hamalainen Rename '-c' colorindex map short option to '-m'.
Thu, 25 Oct 2018 19:07:00 +0300 Matti Hamalainen Add option -C for controlling output file compression (PNG and IFF for now) in gfxconv.
Thu, 25 Oct 2018 18:55:38 +0300 Matti Hamalainen Calculate number of required bitplanes more correctly.
Sat, 07 Jul 2018 22:20:47 +0300 Matti Hamalainen Improve input skip option messages.
Sat, 07 Jul 2018 01:16:00 +0300 Matti Hamalainen Document the negative input skip in -s option help.
Sat, 07 Jul 2018 01:12:21 +0300 Matti Hamalainen Implement negative input data skip values for gfxconv -s option.
Sat, 07 Jul 2018 01:11:22 +0300 Matti Hamalainen Improve dmGetIntVal() to accept an optional negative value boolean flag
Fri, 29 Jun 2018 17:17:14 +0300 Matti Hamalainen Architectural change: remove some duplicated variables from DMC64Image
Thu, 28 Jun 2018 18:55:21 +0300 Matti Hamalainen Change DMC64ImageFormat parameter of dmC64GetSubjectSize() and