muhmuuh Posted August 1, 2010 Posted August 1, 2010 Hello, fellow AutoIters Haven't seen you in a while I've got a question - is it possible to rotate an image by some degrees in AutoIt? And if it is possible - would you please give me a hint how it can be done? I looked at the GDI Plus UDF and also used the search of the forum and found many great image converters and image resizers, but I didn't find anything that could help me. Thank you in advance I ran. I ran until my muscles burned and my veins pumped battery acid. Then I ran some more.
smashly Posted August 1, 2010 Posted August 1, 2010 Hi, If your looking to do a 90 or 180 degree rotate then look at _GDIPlus_ParamInit() example in the help file. If your looking to rotate an image an odd amount of degrees then look at _GDIPlus_MatrixRotate() example in the help file. Cheers
muhmuuh Posted August 3, 2010 Author Posted August 3, 2010 (edited) Hi,If your looking to do a 90 or 180 degree rotate then look at _GDIPlus_ParamInit() example in the help file.If your looking to rotate an image an odd amount of degrees then look at _GDIPlus_MatrixRotate() example in the help file.Cheersthanks a lot mate Edited August 3, 2010 by muhmuuh I ran. I ran until my muscles burned and my veins pumped battery acid. Then I ran some more.
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