Canuk00 Posted March 23, 2007 Share Posted March 23, 2007 How do I resize my sig to make it bigger? :thumbsup: Link to comment Share on other sites More sharing options...
Darrel104 Posted March 23, 2007 Share Posted March 23, 2007 You said you where using paint in your last topic so... Image > attributes write down the height and width of the image then press cancel Image > stretch/skew since there is no feature that allows you to resize it to a specific size then you can do this: let H1 = original height let W1 = original width let H2 = wanted height let W2 = wanted width Let H3 = percentage to enter of height Let W3 = percentage to enter of width H3 = (H2 / H1) * 100% W3 = (H2 / H1) * 100% for example: .......... .W . ........ H 1 | ..... 500 ..... 700 2 | ..... 500 ..... 400 3 | .....100% ..... 57.14% Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now