From: cristy Date: Mon, 13 Aug 2012 20:25:37 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b170c30af2b2b5c76aff3ee7510d52c65ba001b;p=imagemagick --- diff --git a/coders/jnx.c b/coders/jnx.c index d29fd0eac..2014e9ee4 100644 --- a/coders/jnx.c +++ b/coders/jnx.c @@ -292,10 +292,10 @@ static Image *ReadJNXImage(const ImageInfo *image_info,ExceptionInfo *exception) if (*jnx_level_info[i].copyright != '\0') (void) SetImageProperty(tile_image,"jnx:copyright", jnx_level_info[i].copyright,exception); - (void) FormatImageProperty(tile_image,"jnx:northeast","%g,%g",northeast.x, - northeast.y); - (void) FormatImageProperty(tile_image,"jnx:southwest","%g,%g",southwest.x, - southwest.y); + (void) FormatImageProperty(tile_image,"jnx:northeast","%.20g,%.20g", + northeast.x,northeast.y); + (void) FormatImageProperty(tile_image,"jnx:southwest","%.20g,%.20g", + southwest.x,southwest.y); AppendImageToList(&images,tile_image); } if (image->progress_monitor != (MagickProgressMonitor) NULL)