| Author |
Message |
Topic: Image conversions and capturing with GDI+ |
NoCleverName
Replies: 98
Views: 15170
|
Forum: Scripts & Functions Posted: Wed Jun 20, 2007 2:49 pm Subject: Image conversions and capturing with GDI+ |
| 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 po ... |
Topic: GDI+ and my script |
NoCleverName
Replies: 15
Views: 442
|
Forum: Ask for Help Posted: Tue Jun 19, 2007 8:36 pm Subject: GDI+ and my script |
| 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 perfectl ... |
Topic: GDI+ and my script |
NoCleverName
Replies: 15
Views: 442
|
Forum: Ask for Help Posted: Tue Jun 19, 2007 5:37 pm Subject: GDI+ and my script |
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 Clipboa ... |
Topic: GDI+ and my script |
NoCleverName
Replies: 15
Views: 442
|
Forum: Ask for Help Posted: Mon Jun 18, 2007 6:54 pm Subject: GDI+ and my script |
| 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 ... |
Topic: GDI+ and my script |
NoCleverName
Replies: 15
Views: 442
|
Forum: Ask for Help Posted: Mon Jun 18, 2007 5:57 pm Subject: GDI+ and my script |
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 fu ... |
Topic: GDI+ and my script |
NoCleverName
Replies: 15
Views: 442
|
Forum: Ask for Help Posted: Mon Jun 18, 2007 3:22 pm Subject: GDI+ and my script |
| 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 ... |
Topic: GDI+ and my script |
NoCleverName
Replies: 15
Views: 442
|
Forum: Ask for Help Posted: Mon Jun 18, 2007 3:13 pm Subject: GDI+ and my script |
| Whoops, posted as guest. Also, didn't know about the code tags. Thanks for changing the first one for me. |
Topic: GDI+ and my script |
NoCleverName
Replies: 15
Views: 442
|
Forum: Ask for Help Posted: Mon Jun 18, 2007 2:26 pm Subject: GDI+ and my script |
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>
... |
Topic: Image conversions and capturing with GDI+ |
NoCleverName
Replies: 98
Views: 15170
|
Forum: Scripts & Functions Posted: Mon Jun 18, 2007 1:01 pm Subject: Image conversions and capturing with GDI+ |
| 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? |
| |