From 5f51988444af1a73a87ecf7e285c94f8e79263ba Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 20 Oct 2013 19:01:23 +0000 Subject: [PATCH] --- coders/txt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/coders/txt.c b/coders/txt.c index 38c47a707..197fa7e64 100644 --- a/coders/txt.c +++ b/coders/txt.c @@ -695,7 +695,6 @@ static MagickBooleanType WriteTXTImage(const ImageInfo *image_info,Image *image, (void) CopyMagickString(colorspace,CommandOptionToMnemonic( MagickColorspaceOptions,(ssize_t) image->colorspace),MaxTextExtent); LocaleLower(colorspace); - image->depth=GetImageDepth(image,exception); image->depth=GetImageQuantumDepth(image,MagickTrue); if (image->alpha_trait == BlendPixelTrait) (void) ConcatenateMagickString(colorspace,"a",MaxTextExtent); -- 2.40.0