Mogrify modifying even unprocessed files
Posted: 2013-05-26T04:08:36-07:00
I have a simply batch script which is executed on the contents of a folder. It's meant to resize only images over 1k down to 1k.
mogrify.exe -resize 1024x1024^> c:\xxxxxx\xxxxx\*.tga
After mogrify runs the modified date changes for all the files even those that aren't resized. Is mogrify actually doing something to the files that aren't altered? It was useful for me to keep the modification dates of my files intact.
mogrify.exe -resize 1024x1024^> c:\xxxxxx\xxxxx\*.tga
After mogrify runs the modified date changes for all the files even those that aren't resized. Is mogrify actually doing something to the files that aren't altered? It was useful for me to keep the modification dates of my files intact.