Search found 1 match

by AGWA
2014-10-25T14:44:38-07:00
Forum: Bugs
Topic: ImageMagick sets date:create incorrectly
Replies: 0
Views: 3410

ImageMagick sets date:create incorrectly

ImageMagick currently sets the "date:create" property of images to the st_ctime field of the source image's stat struct. However, per the stat(2) man page , st_ctime contains not the creation time of a file, but the change time, which is the time that a file's inode information (permissions, link ...