Page 1 of 1

Rotate and Scaled Out of Proportion

Posted: 2007-01-11T11:50:21-07:00
by blakedbarnett
I am trying to convert an image to be rotated and scaled and it has to be very close to look like another image. I have tried afline, rotating, cropping and a combination of all of these. Could someone help me. Here is a link to the original image. http://ifrogz.com/lrg_screenz/101_org.jpg Here is the link to the image I want it to look like when I am done. http://ifrogz.com/lrg_screenz/101.jpg

Don't worry about the shadowing unless it would be easy to do. I need this asap.

Posted: 2007-01-11T22:00:13-07:00
by anthony
Rotate the image by 45 degress,, then crop it back to the original image size before scaling it vertically by about 75%.

the crop is the only difficult step and is covered by IM examples at the end of the rotation examples.
Rotating Images
http://www.cit.gu.edu.au/~anthony/graph ... ts/#rotate

How to you scale just the y axis

Posted: 2007-01-12T09:32:23-07:00
by blakedbarnett
I can't seem to scale it on the y axis. What is the command to do that? Is it scale? Thanks for your help.

Posted: 2007-01-15T22:38:22-07:00
by anthony
yes. -scale 0x75%

Posted: 2007-01-16T09:11:34-07:00
by blakedbarnett
Thanks I got it and it looks great.