Changeset 11047 for ImageMagick/trunk/tests
- Timestamp:
- 05/19/08 21:13:25 (4 months ago)
- Files:
-
- 1 modified
-
ImageMagick/trunk/tests/constitute.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/tests/constitute.c
r9702 r11047 246 246 * Read image back from pixel array 247 247 */ 248 original = A llocateImage((ImageInfo *) NULL);248 original = AcquireImage((ImageInfo *) NULL); 249 249 SetImageExtent(original,columns,rows); 250 250 if (strchr(map,'c') || strchr(map,'C') || strchr(map,'m') || strchr(map,'M') || … … 284 284 (void) LogMagickEvent(CoderEvent,GetMagickModule(), 285 285 "Reading image from pixel array"); 286 final = A llocateImage((ImageInfo *) NULL);286 final = AcquireImage((ImageInfo *) NULL); 287 287 SetImageExtent(final,columns,rows); 288 288 (void) SetImageBackgroundColor(final);
