-path Has Quit Working
Posted: 2010-06-29T18:04:24-07:00
Hello,
Up until a few hours ago this command was working just fine. It was reading the files from my TIFFs folder, and was writing the files to my JPEGs folder without a hitch.
Then macports let me know that my version of ImageMagick was outdated so I updated to...
Version: ImageMagick 6.6.2-9 2010-06-29 Q8
After that the ' -path ' option quit working. The command still processes the images and writes the jpg files, but it writes them into the source folder instead of the desired output folder. I've tried moving the option to different positions in the command, and I've tried using the full directory path instead of the ' ~ ' shorthand. Nothing I've tried seems to fix the problem. Since the problem began immediately following the version update, and everything except the ' -path ' option still works... I'm thinking it's a bug. However if I'm doing something wrong I sure would appreciate some help.
Thanks
Mike
Up until a few hours ago this command was working just fine. It was reading the files from my TIFFs folder, and was writing the files to my JPEGs folder without a hitch.
Code: Select all
mogrify -monitor -path ~/ImageFlow/JPEGs -sample 1200x1200 -unsharp 3x2+8+0.8 -format jpg -quality 100% ~/ImageFlow/TIFFs/*
Version: ImageMagick 6.6.2-9 2010-06-29 Q8
After that the ' -path ' option quit working. The command still processes the images and writes the jpg files, but it writes them into the source folder instead of the desired output folder. I've tried moving the option to different positions in the command, and I've tried using the full directory path instead of the ' ~ ' shorthand. Nothing I've tried seems to fix the problem. Since the problem began immediately following the version update, and everything except the ' -path ' option still works... I'm thinking it's a bug. However if I'm doing something wrong I sure would appreciate some help.
Thanks
Mike