diff --git a/MagickCore/image.h b/MagickCore/image.h
index 8534c4a..d3c1f1b 100644
--- a/MagickCore/image.h
+++ b/MagickCore/image.h
@@ -304,6 +304,10 @@
ProfileInfo
*generic_profile;
+ void
+ *properties, /* general settings, to save with image */
+ *artifacts; /* general operational/coder settings, not saved */
+
char
filename[MaxTextExtent], /* images input filename */
magick_filename[MaxTextExtent], /* given image filename (with read mods) */
@@ -316,6 +320,9 @@
BlobInfo
*blob; /* image file as in-memory string of 'extent' */
+ time_t
+ timestamp;
+
MagickBooleanType
debug; /* debug output attribute */
@@ -325,10 +332,6 @@
SemaphoreInfo
*semaphore;
- void
- *properties, /* general settings, to save with iamge */
- *artifacts; /* general operational/coder settings, not saved */
-
const struct _ImageInfo
*image_info; /* (Optional) Image belongs to this ImageInfo 'list'
* For access to 'global options' when no per-image