]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/geometry.h
(no commit message)
[imagemagick] / MagickCore / geometry.h
index 46893216730b0745e7410c9eade3e93fdb556f92..2375600509a011b5f6344a2cd86b0de57a62ff2c 100644 (file)
@@ -55,6 +55,7 @@ typedef enum
   CorrelateNormalizeValue = 0x10000, /* '^' see ScaleKernelValue() */
   AreaValue = 0x20000,     /* '@'  resize to area - special use flag */
   DecimalValue = 0x40000,  /* '.'  floating point numbers found */
+  SeparatorValue = 0x80000,  /* 'x'  separator found  */
 #undef AllValues
   AllValues = 0x7fffffff
 } GeometryFlags;