Search found 4 matches

by watusimoto
2013-12-15T16:43:37-07:00
Forum: Bugs
Topic: Rotate bug in Windows?
Replies: 14
Views: 10714

Re: Rotate bug in Windows?

The odd thing is I did install from the official page. But there was probably user error in the process somewhere.
by watusimoto
2013-12-15T08:29:31-07:00
Forum: Bugs
Topic: Rotate bug in Windows?
Replies: 14
Views: 10714

Re: Rotate bug in Windows? [[Resolved]]

Ok, it seems to be a version issue. I reinstalled imagemagick, carefully making sure I was really installing the latest, and now things work as expected.

Sorry for the false alarm!
by watusimoto
2013-12-15T08:13:37-07:00
Forum: Bugs
Topic: Rotate bug in Windows?
Replies: 14
Views: 10714

Re: Rotate bug in Windows?

The second image is: http://img40.imageshack.us/img40/8999/jb09.png I am not sure about the Linux version -- I had posted the above code on an IRC forum and got a complaint from another user. The Windows version is "ImageMagick 6.6.5-3 2010-10-22 Q16"... which looks rather old considering I just ...
by watusimoto
2013-12-15T05:28:06-07:00
Forum: Bugs
Topic: Rotate bug in Windows?
Replies: 14
Views: 10714

Rotate bug in Windows?

When I give this command on Windows: convert -size 40x40 xc:black -fill black -stroke yellow -strokewidth 1 -draw "translate 20,20 line -2,2, 0,6 line 0,6 2,2 line 2,2 6,0 line 6,0 2,-2 line 2,-2 0,-6 line 0,-6 -2,-2 line -2,-2 -6,0 line -6,0 -2,2 stroke red rotate 45 line -2,2, 0,8 line 0,8, 2,2 ...