mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
committed by
Dirk Lemstra
parent
820e636192
commit
6e95e0244e
+1
-1
@@ -1449,7 +1449,7 @@ static MagickBooleanType EncodeImageAttributes(Image *image,FILE *file,
|
||||
(double) image->page.width,(double) image->page.height,
|
||||
(double) image->page.x,(double) image->page.y);
|
||||
if ((image->page.x != 0) || (image->page.y != 0))
|
||||
(void) FormatLocaleFile(file," \"originGeometry\": %+.20g%+.20g,\n",
|
||||
(void) FormatLocaleFile(file," \"originGeometry\": \"%+.20g%+.20g\",\n",
|
||||
(double) image->page.x,(double) image->page.y);
|
||||
JSONFormatLocaleFile(file," \"dispose\": %s,\n",
|
||||
CommandOptionToMnemonic(MagickDisposeOptions,(ssize_t) image->dispose));
|
||||
|
||||
Reference in New Issue
Block a user