• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

D bindings to the GraphicsMagick library.


RSS
Rev. Time Author
4e6284e 2022-08-21 12:58:23 kaerou

Move check_version example

It is a graphicsmagick_c example, not a magickd example.

51e109c 2022-08-21 12:46:49 kaerou

Finish wrapping <wand/drawing_wand.h>

f3def5c 2022-08-18 12:54:32 kaerou

Add more functions for drawing_wand

405003a 2022-08-18 11:45:50 kaerou

Update TODO

Deprecated all magickd/{core,wand}/c modules.

10817a9 2022-08-18 11:40:26 kaerou

Deprecate magickd.wand.c module.

Use graphicsmagick_c.wand instead.

This _will_ be removed before magickd.wand.c.magick_wand,
since magick_wand has some functions which are introduced
in GraphicsMagick version 1.3.26 (magickd v0.4.0).

f1b26b0 2022-08-18 11:33:59 kaerou

Deprecate magickd.wand.c.pixel_wand

Use graphicsmagick_c.wand.pixel_wand instead. The new module
contains all the functions in the deprecated one, plus all of
the functions for GraphicsMagick version 1.3.

2f18100 2022-08-18 11:32:35 kaerou

Complete wrapper for <wand/pixel_wand.h>

17e8f2c 2022-08-18 11:02:49 kaerou

Finish wrapper for <wand/magick_wand.h>

e6c145a 2022-08-16 15:33:47 kaerou

Add wrapper for <magick/decorate.h>

39a9674 2022-08-16 15:13:11 kaerou

Add wrapper for <magick/color.h>

1a33e49 2022-08-16 14:44:50 kaerou

Update TODO

There are no deprecations for v0.2.0.

111ca49 2022-08-16 14:36:09 kaerou

Deprecate magickd.wand.c.magick_wand

The current plan is to provide v0.4.0, then v1.0.0. However,
in case there is another version in between those two, I'd
like to completely remove all of the C bindings from the
magickd module.

410730f 2022-08-16 14:28:53 kaerou

Add wrapper for <magick/blob.h>

5c32428 2022-08-13 20:13:31 kaerou

Fix rotate example error return

9c77bbe 2022-08-13 20:10:46 kaerou

Add MagickWand rotate example

ef91476 2022-08-13 19:16:35 kaerou

Continue binding functions for magick_wand.h

f548f7f 2022-08-13 19:13:41 kaerou

colorspace: Mark functions as extern(D)

7e5b89b 2022-08-13 19:00:34 kaerou

Fix DrawingWand symbol names.

9e95650 2022-08-13 17:09:03 kaerou

Add wrapper for <magick/pixel_cache.h>

9f7d7a6 2022-08-13 13:30:56 kaerou

Add wrapper for <magick/signature.h>

4f6823a 2022-08-13 13:21:26 kaerou

Update magick package.d

2125430 2022-08-13 13:21:10 kaerou

Add wrapper for <magick/utility.h>

a222a72 2022-08-13 10:53:21 kaerou

Add wrapper for <magick/command.h>

c65a4d7 2022-08-10 12:05:18 kaerou

Add wrapper for <magick/attribute.h>

4b0d540 2022-08-10 11:37:50 kaerou

config: Add v1.3.38 version information

deda9f3 2022-08-10 11:35:33 kaerou

quantize: fix typo

35d3620 2022-08-10 11:34:26 kaerou

Add wrapper for <magick/compress.h>

545eb61 2022-08-10 10:58:53 kaerou

Add wrapper for <magick/quantize.h>

82221a9 2022-04-15 15:09:33 kaerou

Add graphicsmagick_c.config.loadGraphicsMagickWand function.

194700d 2022-04-15 15:08:42 kaerou

Start wrapper of <wand/magick_wand.h>.