• R/O
  • HTTP
  • SSH
  • HTTPS

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.


File Info

Révision c467022db72df2e36c7c6a434c4301b10c555134
Taille 513 octets
l'heure 2023-07-23 13:18:43
Auteur Mio
Message de Log

[magickd] Add PixelWand color setters

Content

name "magickd"
description "Higher-level wrapper for the GraphicsMagick library"
homepage "https://yume-neru.neocities.org/p/magickd.html"
authors "Mio"
copyright "Copyright (C) 2021 - 2023 Mio"
license "MIT"

targetType "library"

subPackage "./graphicsmagick_c"

dependency ":graphicsmagick_c" version="*"

configuration "dynamic" {
    versions "GMagick_Dynamic"
}

configuration "static" {
    versions "GMagick_Static"
}

configuration "unittest" {
   sourcePaths "unittest/"
   versions "GMagick_Dynamic"
}