| Author |
Message |
Forum: Scripts Topic: Image conversions and capturing with GDI+ |
| NoCleverName |
|
Posted: June 20th, 2007, 2:49 pm
|
|
Replies: 107 Views: 33885
|
| Ok, so this is probably a stupid question that is already answered, but I couldn't get a clear answer from the thread for it. Does GDI do any image resizing at all right now? If so, could someone point me in the direction of some instructions and if not does anyone know how an AHK script might be ab... |
|
 |
Forum: Support Topic: GDI+ and my script |
| NoCleverName |
|
Posted: June 19th, 2007, 8:36 pm
|
|
Replies: 15 Views: 1004
|
| Hey, thanks for the help guys. I decided to just change it to use GDI's normal capture, which is what I should of done in the first place. It doesn't use the clipboard any more and it works perfectly now. Thanks again. |
|
 |
Forum: Support Topic: GDI+ and my script |
| NoCleverName |
|
Posted: June 19th, 2007, 5:37 pm
|
|
Replies: 15 Views: 1004
|
| Adding a Clipboard = line before the action to copy is often a good idea. Alright, so I'm still stuck. Adding Clipwait in causes the whole thing to hang, even when it's not an exe. Adding Clipboard = makes it throw an error saying there's nothing in the clipboard but I could be using it wrong, I wa... |
|
 |
Forum: Support Topic: GDI+ and my script |
| NoCleverName |
|
Posted: June 18th, 2007, 6:54 pm
|
|
Replies: 15 Views: 1004
|
| Ok, so I've run into another problem. The script works fine when I run it as a .ahk. However, when I convert it to an .exe it keeps getting the same picture that was used when I compiled it into an .exe. Does this have something to do with the way the Send command works? If I manually alt+printscree... |
|
 |
Forum: Support Topic: GDI+ and my script |
| NoCleverName |
|
Posted: June 18th, 2007, 5:57 pm
|
|
Replies: 15 Views: 1004
|
| Hey, thanks for the help. Send !{Printscreen} fixed my problem. !space:: !PrintScreen The second line should raise a syntax error... engunneer is right, and anyway, the GDI+ provides full code to capture screen without using the clipboard, is there any reason to use PrintScreen? I didn't actually kn... |
|
 |
Forum: Support Topic: GDI+ and my script |
| NoCleverName |
|
Posted: June 18th, 2007, 3:22 pm
|
|
Replies: 15 Views: 1004
|
| Sorry for posting so many in a row, but if I comment out the !PrintScreen line, it works just fine. There's something weird with the alt printscreen command that causes the whole thing to hang. Any ideas? |
|
 |
Forum: Support Topic: GDI+ and my script |
| NoCleverName |
|
Posted: June 18th, 2007, 3:13 pm
|
|
Replies: 15 Views: 1004
|
| Whoops, posted as guest. Also, didn't know about the code tags. Thanks for changing the first one for me. |
|
 |
Forum: Support Topic: GDI+ and my script |
| NoCleverName |
|
Posted: June 18th, 2007, 2:26 pm
|
|
Replies: 15 Views: 1004
|
| So here's the script I have right now: ; ; AutoHotkey Version: 1.x ; Language: English ; Platform: Win9x/NT ; Author: A.N.Other <myemail@nowhere.com> ; ; Script Function: ; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder) ;... |
|
 |
Forum: Scripts Topic: Image conversions and capturing with GDI+ |
| NoCleverName |
|
Posted: June 18th, 2007, 1:01 pm
|
|
Replies: 107 Views: 33885
|
| So, I PM'ed PhiLho with this question, but just to be sure I'm going to ask here as well. What are the rules on distribution/usage of this code? |
|
 |
| Sort by: |