and here's the error message I receive:convert "D:\Users\Steve\Pictures\Figures\Hopi\FordeHorizonCalendarWalpi.tif" \
-distort Polynomial \
"2
262, 0 314, 0
341, 0 352, 0
798, 0 724, 0
952, 0 910, 0
1302, 0 1357, 0
1433, 0 1431, 0
262, 250 314, 250
341, 250 352, 250
798, 250 724, 250
952, 250 910, 250
1302, 250 1357, 250
1433, 250 1431, 250
262, 500 314, 500
341, 500 352, 500
798, 500 724, 500
952, 500 910, 500
1302, 500 1357, 500
1433, 500 1431, 500" \
"D:\Users\Steve\Pictures\Figures\Hopi\FordeHorizonCalendarWalpiDPoly2.tif"
I first thought it might have been a filename length issue, but had the same problem using the shorter relative filename.D:\Users\Steve>convert "D:\Users\Steve\Pictures\Figures\Hopi\FordeHorizonCalenda
rWalpi.tif" \
convert.exe: unable to open image `\': No such file or directory @ error/blob.c/
OpenBlob/2645.
D:\Users\Steve>-distort Polynomial \
'-distort' is not recognized as an internal or external command,
operable program or batch file.
D:\Users\Steve>"2
'"2' is not recognized as an internal or external command,
operable program or batch file.
D:\Users\Steve>262, 0 314, 0
'262' is not recognized as an internal or external command,
operable program or batch file.
D:\Users\Steve>341, 0 352, 0
'341' is not recognized as an internal or external command,
operable program or batch file.
...
D:\Users\Steve>1302, 500 1357, 500
'1302' is not recognized as an internal or external command,
operable program or batch file.
D:\Users\Steve>1433, 500 1431, 500" \
'1433' is not recognized as an internal or external command,
operable program or batch file.
D:\Users\Steve>"D:\Users\Steve\Pictures\Figures\Hopi\FordeHorizonCalendarWalpiDP
oly2.tif"
'"D:\Users\Steve\Pictures\Figures\Hopi\FordeHorizonCalendarWalpiDPoly2.tif"' is
not recognized as an internal or external command,
operable program or batch file.
D:\Users\Steve>
I suspect the error message "error/blob.c/
OpenBlob/2645" is meant to tell me something. Any insights would be welcome.
Steve