• 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
220788a 2023-07-16 14:38:29 Mio

[magickd] Change MagickWand visibility to package

98f8aee 2023-07-16 13:42:17 Mio

[examples] Add MagickD make_gif example

8f73a32 2023-07-16 13:30:03 Mio

[magickd] Add MagickWand.setImageIterations

778c5a0 2023-07-16 13:25:28 Mio

[magickd] Add MagickWand.setImageDispose method.

f85a580 2023-07-16 13:25:07 Mio

[magickd] Add DisposeType enumeration

b77c38d 2023-07-16 13:11:22 Mio

[magickd] Add MagickWand.annotateImage method

bdf076e 2023-07-16 13:10:35 Mio

[magickd] Add initial DrawingWand

cf58330 2023-07-16 13:10:10 Mio

[magickd] Add initial PixelWand

c8254c0 2023-07-16 12:06:05 Mio

[magickd] Fix errors in MagickWand.coalesceImages

b4a185e 2023-07-16 11:45:45 Mio

[magickd] Add two new MagickWand methods

- adaptiveThresholdImage
- coalesceImages

6bf2c99 2023-07-16 09:10:17 Mio

[magickd] Remove unused constructor

af102f3 2023-07-15 17:58:58 Mio

Re-organize README

Just moving to be sub-sections that flow a little better.

Thanks May!

d7fa048 2023-07-15 17:54:42 May

Add support for macOS

I tested macports and homebrew which both seem to work. I also tested both
ldc and dmd.

Signed-off-by: Mio <stigma@disroot.org>

58be184 2023-07-15 17:54:42 Mio

Fix graphicsmagick_c rotate example

b5fa00c 2023-07-04 11:47:17 Mio

[unittest] Add test for converting formats

cd39ae1 2023-07-04 11:04:26 Mio

[examples] Update convert.d

See: https://codeberg.org/supercell/magickd/issues/6

1b1b8cd 2023-07-04 11:02:24 Mio

[magickd] Add MagickWand.blurImage

db35e15 2023-07-04 11:02:07 Mio

[magickd] Add MagickWand.setImageFormat

ae758b7 2023-07-04 09:48:51 Mio

[magickd] Add MagickWand.format property

5eba97c 2023-07-04 09:48:27 Mio

[magickd] Add MagickWand.resizeImage

19385f6 2023-07-04 08:29:24 Mio

Remove TODO

Issues can be tracked at

https://codeberg.org/supercell/magickd/issues

c047b14 2023-07-02 12:51:43 Mio

[magickd] Add writing of images

09a4ee0 2023-07-02 09:46:41 Mio

[magickd] Add getException

c4654b8 2023-07-02 09:33:28 Mio

[magickd] Add initial unittest

8e210c6 2023-06-27 12:44:03 Mio

Update README

Mainly updated to remove "Dynamic Binding" loading, since that's no
longer correct.

I also removed the versioning section since it currently isn't
applicable, AND I want to give this a little more thought as to what
support I want to provide.

6672d82 2023-06-27 11:35:01 Mio

[magickd] Update examples to use new API

332c9cd 2023-06-27 11:30:49 Mio

[magickd] Fix for D2.076.0

067ec68 2023-06-27 11:26:33 Mio

[magickd] Fix initializeMagick

Typo and doesn't use the *path* argument.

dcd485f 2023-06-27 11:19:20 Mio

[magickd] Automatically load dynamic library

The intention behind is to allow people using the package to simply
import the package and start getting to work, rather than worrying about
loading the dynamic library if required.

See: https://codeberg.org/supercell/magickd/issues/7

1c9de87 2023-06-27 11:00:01 Mio

[magickd] Deprecate old MagickWand

These were the first attempt at the magickd API, when it was also trying
to provide an OOP wrapper around ALL of GraphicsMagick, not just the
Wand API.