Search found 3 matches

by Rah1
2011-01-07T07:50:07-07:00
Forum: Users
Topic: Correct Rotation Issue
Replies: 6
Views: 19724

Re: Correct Rotation Issue

Hi, thanks for the reply,
if possible, can I see the code of your example koala rotation using Distort SRT.
Thanks
by Rah1
2011-01-05T07:19:40-07:00
Forum: Users
Topic: Correct Rotation Issue
Replies: 6
Views: 19724

Re: Correct Rotation Issue

and before you get confused, the yellow is the background image, the horse is the "item" (a transparent image) placed over it using a single imagemagick code. For example: convert -page +0+0 {background_image} -draw "rotate 90 image over {x1},{y1} {width},{height} '{horse_image}' " \ -flatten ...
by Rah1
2011-01-05T07:14:29-07:00
Forum: Users
Topic: Correct Rotation Issue
Replies: 6
Views: 19724

Correct Rotation Issue

Hi, I have this issue with rotation that I cant solve since few days. Im trying to build an image which has several images (items) over each other. I have successfully done the item insertions with specific size and position of each item. However, when i try to rotate the items to be placed (with ...