• 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
e6d16b9 2022-11-05 09:06:55 kaerou

Deprecate magickd.core.common

The module will serve no purpose

800d801 2022-11-05 08:23:42 kaerou

Fix magickd examples build script

Incorrectly importing due to an incorrect path.

78aa067 2022-10-18 10:28:49 kaerou

Fix typo

74ac5b9 2022-09-10 16:24:52 kaerou

Fix typo (QuantumOpacity)

08984e4 2022-09-08 10:37:05 kaerou

Add missing copyright info to graphicsmagick_c

7ce5d7c 2022-09-06 14:38:00 kaerou

Add binding for <magick/pixel_iterator.h>

4f16400 2022-09-06 10:23:40 kaerou

Add binding for <magick/deprecate.h>

c07e22f 2022-09-03 14:08:59 kaerou

Add binding for <magick/operator.h>

ee52f2c 2022-09-03 13:56:54 kaerou

Add binding for <magick/monitor.h>

68fe496 2022-09-03 13:43:13 kaerou

Add binding for <magick/module.h>

7442e74 2022-08-30 17:03:40 kaerou

Add binding for <magick/delegate.h>

551f936 2022-08-30 11:06:00 kaerou

Add binding for <magick/registry.h>

eef2461 2022-08-30 09:53:14 kaerou

Add binding for <magick/composite.h>

c553fb6 2022-08-30 09:41:29 kaerou

Add binding for <magick/transform.h>

79105e6 2022-08-28 12:40:24 kaerou

Add binding for <magick/shear.h>

79c4c9c 2022-08-28 12:30:01 kaerou

Update TODO

The dynamic library loading is specific to POSIX currently,
however, GraphicsMagick does also support Windows. Would
need to look up the relevant functions and use them. This
would be untested though.

e737352 2022-08-28 12:29:39 kaerou

Add binding for <magick/effect.h>

25ef1b7 2022-08-28 11:43:19 kaerou

Add 'complete' comments to recent bindings

This isn't really useful at the moment, but when updating
to new versions of GraphicsMagick, it'll make the tracking
of which files need to be updated easier.

39ef890 2022-08-28 11:40:30 kaerou

Add binding for <magick/montage.h>

7509e88 2022-08-28 10:13:59 kaerou

Add bindings for <magick/memory.h>

e6b36ca 2022-08-28 09:45:42 kaerou

Add binding for <magick/fx.h>

297fbea 2022-08-28 09:18:13 kaerou

Add bindings for <magick/enhance.h>

2a7eb34 2022-08-21 16:57:15 kaerou

Update TODO

920eed4 2022-08-21 16:55:06 kaerou

Fix compilation error on LDC

It turns out that there was some symbol collision
when compiling with LDC. It makes sense and is
something that I overlooked when translating the
header files.

So the GMStatic version also includes the aliases,
since that prevents the collision happening.

3e525a8 2022-08-21 16:41:54 kaerou

Add 'ping' example for graphicsmagick_c

13bb276 2022-08-21 16:39:13 kaerou

Add dynamic loading to make_gif example

47c2df8 2022-08-21 16:16:40 kaerou

Update make_gif example

This will make it work with -betterC now

fafd500 2022-08-21 16:12:44 kaerou

Move make_gif example to graphicsmagick_c

d5c2983 2022-08-21 15:45:36 kaerou

Remove duplicate rotate example

4e2f36e 2022-08-21 15:45:26 kaerou

Update check_version example

Now works with betterC.