diff options
| author | Mike Wey | 2018-05-20 20:03:58 +0200 |
|---|---|---|
| committer | Mike Wey | 2018-05-20 20:03:58 +0200 |
| commit | f00bdd964cc3ef18cf7c16bfe09deeaafe035dce (patch) | |
| tree | 5cd60f79248a11ae0fa38ccd0d5e951efdbd82f1 /dmagick/c/geometry.d | |
| parent | 39d6a202bf6db2ca7ac080eb76a88d16fc3b7994 (diff) | |
Update the headers for Imagemagick 6.9.9ImageMagick_6.9.9
Diffstat (limited to 'dmagick/c/geometry.d')
| -rw-r--r-- | dmagick/c/geometry.d | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/dmagick/c/geometry.d b/dmagick/c/geometry.d index fadd044..7170b37 100644 --- a/dmagick/c/geometry.d +++ b/dmagick/c/geometry.d @@ -29,18 +29,19 @@ extern(C) XNegative = 0x0020, PsiNegative = 0x0040, - YNegative = 0x0040, - ChiNegative = 0x0080, - PercentValue = 0x1000, /* '%' percentage of something */ - AspectValue = 0x2000, /* '!' resize no-aspect - special use flag */ - NormalizeValue = 0x2000, /* '!' ScaleKernelValue() in morphology.c */ - LessValue = 0x4000, /* '<' resize smaller - special use flag */ - GreaterValue = 0x8000, /* '>' resize larger - spacial use flag */ - MinimumValue = 0x10000, /* '^' special handling needed */ + YNegative = 0x0040, + ChiNegative = 0x0080, + PercentValue = 0x1000, /* '%' percentage of something */ + AspectValue = 0x2000, /* '!' resize no-aspect - special use flag */ + NormalizeValue = 0x2000, /* '!' ScaleKernelValue() in morphology.c */ + LessValue = 0x4000, /* '<' resize smaller - special use flag */ + GreaterValue = 0x8000, /* '>' resize larger - spacial use flag */ + MinimumValue = 0x10000, /* '^' special handling needed */ CorrelateNormalizeValue = 0x10000, /* '^' see ScaleKernelValue() */ - AreaValue = 0x20000, /* '@' resize to area - special use flag */ - DecimalValue = 0x40000, /* '.' floating point numbers found */ - SeparatorValue = 0x80000, /* 'x' separator found */ + AreaValue = 0x20000, /* '@' resize to area - special use flag */ + DecimalValue = 0x40000, /* '.' floating point numbers found */ + SeparatorValue = 0x80000, /* 'x' separator found */ + AspectRatioValue = 0x100000, /* '~' special handling needed */ AllValues = 0x7fffffff } |
