• 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. Tiempo Autor
c467022 master 2023-07-23 13:18:43 Mio

[magickd] Add PixelWand color setters

154f374 2023-07-23 13:07:43 Mio

[magickd] Update Exception classes

Future proofing by separating the API exceptions (from GraphicsMagick)
vs any errors that MagickD might throw itself.

0046439 2023-07-23 10:14:57 Mio

[magickd] Add PixelWand.quantumColor

c3325b8 2023-07-23 09:06:08 Mio

[magickd] Add PixelWand.getColorCount

bd1a27b 2023-07-23 08:38:37 Mio

[magickd] Add PixelWand.setColor

125667a 2023-07-23 08:30:43 Mio

[magickd] Add PixelWand getters for quantum colors

57f95df 2023-07-23 08:23:28 Mio

[unittest] Update initialization

4f4c9ff 2023-07-23 08:23:11 Mio

[magickd] PixelWand add getter for all colors

dd49859 2023-07-22 15:10:38 Mio

[examples] Add extract_gif example

f5f1ebd 2023-07-22 15:03:24 Mio

[examples] Update make_gif to produce example GIF

a3ae2d3 2023-07-22 15:00:52 Mio

[magickd] Add MagickWand getPrevious/Next Image

78a52a2 2023-07-22 15:00:19 Mio

[magickd] MagickWand#getImageIndex/getNumberImages

e392da1 2023-07-22 14:59:34 Mio

[magickd] Add getImageDispose

231838a 2023-07-22 14:51:21 Mio

[examples] Add test GIF

Source: https://piapro.jp/t/MCZP

86cc55e 2023-07-22 10:15:52 Mio

[examples] Consolidate magickd build scripts

57d590f 2023-07-22 09:49:38 Mio

[examples] Update README for make_gif

e225861 2023-07-22 09:47:39 Mio

[examples] Update MagickD to use initializeMagick

bccf554 2023-07-22 09:46:18 Mio

[magickd] Change loadedSucessfully to loadStatus

This allows greater control over what to do if we failed to bind all
functions to the GraphicsMagick library.

6d574f9 2023-07-22 09:44:58 Mio

[magickd] Automatically destory GraphicsMagick env

This mimics the Magick++ API where you only need to call
initializeMagick when you're ready to start using the library.

00b6859 2023-07-22 08:16:33 Mio

[magickd] PixelWand get/set blue/quantumBlue

bccc27b 2023-07-22 08:02:30 Mio

[magickd] PixelWand get/set black/quantumBlack

b617162 2023-07-18 18:41:16 Mio

[graphicsmagick] Fix DrawingWand definitions

Incorrectly translated drawing_wand.h header file.

Closes: https://codeberg.org/supercell/magickd/issues/8
See: Commit 69b0e3968e63cb81611abfcc6db20e5c2acf0a8b

be830ec 2023-07-17 20:37:04 Mio

[misc] Update dub.sdl

real name, yo!

46fe668 2023-07-17 20:35:24 Mio

[magickd] Clarify ping.d delay info

69b0e39 2023-07-17 19:41:28 Mio

[magickd] Drop 'Magick' from MagickDraw functions

This works when using the examples/ build, but not when compiling
via dub? I'm not entirely sure on the reason since this works when
used as a dependency (see pixivd and pixiv_down).

Will look in to this some more when I'm not so tired.

See:
- https://codeberg.org/supercell/pixivd
- https://codebreg.org/supercell/pixiv_down

cc823cd 2023-07-17 19:36:09 Mio

[graphicsmagick] remove deprecation message

Somewhere along the line, GDC decided to turn warnings in to errors by
default (or just started actually reporting deprecated messages) and
compilation fails.

That was not the intention when initially adding the 'deprecated'
attribute here.

(The issue still persists with all the old magickd.{wand/core} modules,
but they'll be removed soon anyway.)

44b75a0 2023-07-16 15:54:25 Mio

[docs] Rewrite CONTRIBUTING.md

Now uses Markdown and provides more of a walk-through.

6cc2a75 2023-07-16 14:58:29 Mio

[misc] Add .editorconfig

fd7ab03 2023-07-16 14:56:03 Mio

[magickd] Reformat magickd sources.

dede2c2 2023-07-16 14:39:50 Mio

[docs] Rename CONTRIBUTING.txt to CONTRIBUTING.md