doc_info.file_size=GetBlobSize(image);
image->compression=NoCompression;
image->depth=8;
+ status=SetImageExtent(image,image->columns,image->rows,exception);
+ if (status == MagickFalse)
+ return(DestroyImageList(image));
if (image_type == GIMP_RGB)
SetImageColorspace(image,sRGBColorspace,exception);
else
XCFLayerInfo
*layer_info;
- status=SetImageExtent(image,image->columns,image->rows,exception);
- if (status == MagickFalse)
- return(DestroyImageList(image));
/*
the read pointer
*/