Search found 1 match

by ardillo lambo
2016-04-26T09:04:38-07:00
Forum: Users
Topic: rotate or STR about a coordinate not working at all
Replies: 1
Views: 896

rotate or STR about a coordinate not working at all

Hi
I used this script to rotate a needle 300 degrees for further processing

for /l %%x in (0, 1, 300) do (
echo %%x
convert needle.png -distort SRT %%x output/Needlerotated%%x.png
)

the output images are indeed rotated but not over a fixed point (coordinate), it is rotating about a small circle ...