diff options
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 } |
