Ok, the split is working, but I'm getting problems with the rotation.
Here's an example of the command that my Tcl script outputs to the shell..
Code: Select all
mogrify -rotate 90 split-0001.tif
Code: Select all
rotating split-0001.tif
mogrify: "XPosition": Information lost writing value (-20.8889) as (unsigned) RATIONAL. `split-0001.tif'
I get the same problem if I directly used the same command at the command line.
Any ideas what's causing the problem?
Will