• 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
7ef1dc4 2022-04-15 15:06:45 kaerou

build.sh: Link against GraphicsMagickWand

2acac59 2022-04-15 13:58:00 kaerou

Start wrapper for <wand/pixel_wand.h>

5621d39 2022-04-15 13:56:52 kaerou

Fix _loadMagickWandH -> _loadDrawingWand in drawing_wand.d

db9fc86 2022-04-15 13:44:34 kaerou

Deprecate magickd.wand.drawing_wand.

Will be removed in version 0.3.0.

751c76b 2022-04-15 13:44:18 kaerou

Start wrapper for <wand/drawing_wand.h>

This mostly replecates what magickd.wand.c.drawing_wand
contained, with the only difference being that the
magickd version contains the CloneDrawingWand function,
this doesn't seem to exist in the earlier versions of
GraphicsMagick.

Will add it when wrapping the apropriate version (1.3.7).

1890ac3 2022-04-15 12:02:42 kaerou

Add wrapper for <magick/gem.h>

8b5ddbd 2022-03-11 13:11:11 kaerou

Add README.md and Copyright.txt for graphicsmagic_c.

734b533 2022-03-11 12:57:05 kaerou

Remove WIP from magick/draw.d

f44b6c4 2022-03-11 12:54:19 kaerou

Add wrapper for <magick/draw.h>

Pretty sure I'll just add a mixin for the dlsym-related code.

45fdccc 2022-03-11 09:17:45 kaerou

Add wrapper for <magick/profile.h>

887f3d7 2022-03-04 16:01:17 kaerou

add wrapper for <magick/paint.h>

03c0fa2 2022-03-04 15:39:37 kaerou

add wrapper for <magick/render.h>

e953fe8 2022-03-04 10:22:36 kaerou

fix incorrect symbol name (channel.d)

c810c0a 2022-03-04 10:20:31 kaerou

add wrapper for <magick/channel.h>

655dd8d 2022-03-04 10:01:03 kaerou

add wrapper for <magick/resource.h>

4b231d5 2022-03-03 18:37:19 kaerou

deprecate modules in magickd.core.c.

most of these are to be removed at version 0.3.0. the only reason
why some are to be removed at 1.0 is because they had that version
originally.

3fd7fe2 2022-03-03 16:55:43 kaerou

add version detection to example build script.

as written in a comment, the version detection isn't guaranteed
since there can be snapshot versions which have a version number
that doesn't have a corresponding graphics magick release (i.e.
currently there is no 1.4 release).

8cf9f40 2022-03-03 16:53:50 kaerou

add wrapper for <magick/log.h>

327ba62 2022-03-03 16:51:34 kaerou

(examples) write a warning if GMSupport.badLibrary was returned

a2d50eb 2022-03-03 11:42:09 kaerou

fix incorrect version in timer.d

c09d321 2022-03-03 11:41:59 kaerou

add graphicsmagick_c.magick.magic to package.d

6c2f452 2022-03-03 11:40:31 kaerou

add wrapper for <magick/magic.h>

77d6fbb 2022-03-02 19:21:34 kaerou

complete wrapper for <magick/timer.h>

a136847 2022-03-02 19:13:58 kaerou

betterC compatibility improvements.

e5648db 2022-03-02 19:07:12 kaerou

remove old examples

705a3a9 2022-03-02 19:06:01 kaerou

add/move some exaples to the graphicsmagick_c directory.

843328e 2022-03-02 17:42:00 kaerou

rename errorMessage to errmsg

817e244 2022-03-02 17:39:52 kaerou

add complete wrapper for <magick/resize.h>

df90d25 2022-03-02 16:23:36 kaerou

add configurations for graphicsmagick_c.

Q8 is the default as this matches the default compilation of
GraphicsMagick[0].

[0]: http://www.graphicsmagick.org/INSTALL-unix.html#optional-packages-options

591fc27 2022-03-02 16:20:26 kaerou

add wrapper for <magick/magick_types.h>