projects
/
imagemagick
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fa7303
)
(no commit message)
author
cristy
<urban-warrior@git.imagemagick.org>
Sun, 20 Oct 2013 19:01:23 +0000
(19:01 +0000)
committer
cristy
<urban-warrior@git.imagemagick.org>
Sun, 20 Oct 2013 19:01:23 +0000
(19:01 +0000)
coders/txt.c
patch
|
blob
|
history
diff --git
a/coders/txt.c
b/coders/txt.c
index 38c47a7072e83c654ad47f7f45764eafc7a2cdf2..197fa7e645bf765eaeabb38984f1a0d9c7e669f5 100644
(file)
--- 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);