log tools/gfxconv.c @ 1543:416d7b3ba3b2

age author description
Sat, 12 May 2018 17:48:56 +0300 Matti Hamalainen Rename libgfx IMGFMT_* constants to DM_IMGFMT_*.
Sat, 12 May 2018 04:46:08 +0300 Matti Hamalainen Tiny improvement in MC->FLI upconversion.
Sat, 12 May 2018 03:25:44 +0300 Matti Hamalainen Cleanup.
Fri, 11 May 2018 23:44:53 +0300 Matti Hamalainen Oops. Actually use the generated filename for writing the output files in here.
Fri, 11 May 2018 23:44:27 +0300 Matti Hamalainen Improve some error messages in gfxconv.
Fri, 11 May 2018 23:43:57 +0300 Matti Hamalainen Fix uninitilized variable.
Fri, 11 May 2018 23:26:24 +0300 Matti Hamalainen Clarify the "probed" messages of gfxconv.
Fri, 11 May 2018 22:36:21 +0300 Matti Hamalainen Plug some minor memory leaks in gfxconv.
Fri, 11 May 2018 07:20:58 +0300 Matti Hamalainen Fix gfxconv help.
Fri, 11 May 2018 06:26:42 +0300 Matti Hamalainen Add short format attribute names to dmC64GetImageTypeString().
Fri, 11 May 2018 05:46:50 +0300 Matti Hamalainen Some dabbling work on basic C64 bitmap conversion.
Fri, 11 May 2018 05:25:46 +0300 Matti Hamalainen Begin restructuring how C64 bitmaps are converted.
Fri, 11 May 2018 02:49:28 +0300 Matti Hamalainen Sanitize dmWriteBitmap().
Fri, 11 May 2018 02:47:46 +0300 Matti Hamalainen Change some message priorities.
Fri, 11 May 2018 02:46:59 +0300 Matti Hamalainen Improve how input skipping is done. This, however, currently breaks skipping for
Thu, 10 May 2018 22:30:36 +0300 Matti Hamalainen Use dmC64EncodeBMP() in gfxconv.
Thu, 10 May 2018 21:29:52 +0300 Matti Hamalainen Change dmC64EncodeGenericBMP() to use DMGrowBuf, and make the necessary changes in gfxconv as well.
Thu, 10 May 2018 21:28:14 +0300 Matti Hamalainen Improve one error message by showing the error code.
Thu, 10 May 2018 19:58:52 +0300 Matti Hamalainen Add function to set DMImage's palette to default C64 palette and use it.
Thu, 10 May 2018 02:43:16 +0300 Matti Hamalainen Cleanups.
Thu, 10 May 2018 02:25:42 +0300 Matti Hamalainen Cleanups.
Thu, 10 May 2018 02:24:41 +0300 Matti Hamalainen Constify.
Wed, 22 Nov 2017 01:33:47 +0200 Matti Hamalainen Cosmetics.
Wed, 22 Nov 2017 01:33:21 +0200 Matti Hamalainen Improve build, so that we can build the tools and tests with minimal
Wed, 15 Nov 2017 07:07:26 +0200 Matti Hamalainen Rename global dmC64Palette to dmDefaultC64Palette.
Sun, 24 Sep 2017 21:10:02 +0300 Matti Hamalainen Oops, missed some necessary changes to gfxconv due to lib64gfx changes. Fixed.
Fri, 22 Sep 2017 15:58:32 +0300 Matti Hamalainen Make image palette remapping use a destination image instead of doing remapping on the source image.
Tue, 22 Aug 2017 16:54:41 +0300 Matti Hamalainen Add some comments.
Tue, 22 Aug 2017 13:28:37 +0300 Matti Hamalainen Clarify help.
Tue, 22 Aug 2017 13:25:45 +0300 Matti Hamalainen Clarify --formats help slightly.
Sat, 19 Aug 2017 11:54:20 +0300 Matti Hamalainen Cleanups.
Fri, 18 Aug 2017 20:04:31 +0300 Matti Hamalainen Oops, two options were overlapping, fixed.
Fri, 18 Aug 2017 18:56:09 +0300 Matti Hamalainen More work on libgfx etc.
Fri, 18 Aug 2017 17:47:30 +0300 Matti Hamalainen Rename struct DMImageSpec to DMImageConvSpec.
Fri, 18 Aug 2017 17:32:19 +0300 Matti Hamalainen More work on libgfx.
Fri, 18 Aug 2017 02:05:25 +0300 Matti Hamalainen Bump version and copyright.
Fri, 18 Aug 2017 00:43:48 +0300 Matti Hamalainen Fix a segfault by initializing the cfmt struct pointer to NULL. Duh.
Fri, 06 Mar 2015 13:40:47 +0200 Matti Hamalainen Remove trailing whitespace.
Thu, 05 Mar 2015 07:37:35 +0200 Matti Hamalainen Use dmMemset().
Fri, 27 Feb 2015 20:16:49 +0200 Matti Hamalainen Cleanup gfxconv option help a bit.
Fri, 27 Feb 2015 18:06:23 +0200 Matti Hamalainen Improve help.
Fri, 27 Feb 2015 14:49:02 +0200 Matti Hamalainen Cosmetics.
Fri, 27 Feb 2015 14:18:28 +0200 Matti Hamalainen Fix a possibly uninitialized variable warning.
Fri, 27 Feb 2015 14:17:24 +0200 Matti Hamalainen Bump gfxconv version.
Fri, 27 Feb 2015 14:17:12 +0200 Matti Hamalainen Error handling cleanups/fixes.
Fri, 27 Feb 2015 03:58:25 +0200 Matti Hamalainen Add error code parameter to dmError() and dmErrorVA().
Wed, 25 Feb 2015 22:01:23 +0200 Matti Hamalainen Remove the doubleMC madness completely. Should be replaced with x/y aspect
Wed, 25 Feb 2015 19:51:14 +0200 Matti Hamalainen Fix some memory leaks etc.
Wed, 25 Feb 2015 19:37:59 +0200 Matti Hamalainen Refactor the DMC64Image handling to be more dynamic, and start
Mon, 23 Feb 2015 22:55:32 +0200 Matti Hamalainen Cosmetic.
Mon, 23 Feb 2015 22:54:25 +0200 Matti Hamalainen 10L.
Mon, 23 Feb 2015 22:51:51 +0200 Matti Hamalainen Some work on error handling.
Mon, 23 Feb 2015 22:42:13 +0200 Matti Hamalainen Rename a variable.
Mon, 23 Feb 2015 20:45:31 +0200 Matti Hamalainen Add separate X and Y scaling to gfxconv and libgfx outputters.
Mon, 23 Feb 2015 15:59:14 +0200 Matti Hamalainen Add some error handling.
Tue, 03 Feb 2015 20:27:12 +0200 Matti Hamalainen Make value type of dmGetIntVal() unsigned.
Thu, 08 Jan 2015 03:49:56 +0200 Matti Hamalainen Portability warning fixes.
Sat, 22 Nov 2014 18:50:07 +0200 Matti Hamalainen The argument handling API in dmargs* was synced with th-libs.
Thu, 23 Oct 2014 02:12:54 +0300 Matti Hamalainen Add some code for parsing crop mode option, but the logic itself is not yet
Thu, 23 Oct 2014 02:11:44 +0300 Matti Hamalainen Cleanup some parsing logic.