(void) FormatLocaleFile(stderr, "Geometry = 0x%04X : %lg x %lg %+lg %+lg\n", \
flags, info.rho, info.sigma, info.xi, info.psi )
\f
+/*
+ Constant declaration.
+*/
+const char
+ BackgroundColor[] = "#ffffff", /* white */
+ BorderColor[] = "#dfdfdf", /* gray */
+ MatteColor[] = "#bdbdbd"; /* gray */
+\f
/*
** Function to report on the progress of image operations
*/
/*
Support old style syntax, filter="-option arg1".
*/
- assert(arg1 != (unsigned char *) NULL);
+ assert(arg1 != (const char *) NULL);
length=strlen(arg1);
token=(char *) NULL;
if (~length >= (MaxTextExtent-1))