Search found 1 match

by dmitriman
2013-05-26T04:08:36-07:00
Forum: Users
Topic: Mogrify modifying even unprocessed files
Replies: 2
Views: 3345

Mogrify modifying even unprocessed files

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 ...