image->channel_mask=DefaultChannels;
image->channel_map=AcquirePixelChannelMap();
image->blob=CloneBlobInfo((BlobInfo *) NULL);
+ image->timestamp=time((time_t *) NULL);
image->debug=IsEventLogging();
image->reference_count=1;
image->semaphore=AllocateSemaphoreInfo();
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) */
BlobInfo
*blob; /* image file as in-memory string of 'extent' */
+ time_t
+ timestamp;
+
MagickBooleanType
debug; /* debug output attribute */
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