Show
Ignore:
Timestamp:
05/19/08 21:13:25 (4 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/tests/constitute.c

    r9702 r11047  
    246246   * Read image back from pixel array 
    247247   */ 
    248   original = AllocateImage((ImageInfo *) NULL); 
     248  original = AcquireImage((ImageInfo *) NULL); 
    249249  SetImageExtent(original,columns,rows); 
    250250  if (strchr(map,'c') || strchr(map,'C') || strchr(map,'m') || strchr(map,'M') || 
     
    284284  (void) LogMagickEvent(CoderEvent,GetMagickModule(), 
    285285                        "Reading image from pixel array"); 
    286   final = AllocateImage((ImageInfo *) NULL); 
     286  final = AcquireImage((ImageInfo *) NULL); 
    287287  SetImageExtent(final,columns,rows); 
    288288  (void) SetImageBackgroundColor(final);