Search found 10 matches

by SteaIthe
22 Jan 2019, 09:26
Forum: Ask for Help (v1)
Topic: Access a pbitmap from a different script than the one that created it
Replies: 7
Views: 1435

Re: Access a pbitmap from a different script than the one that created it

nnnik wrote:
22 Jan 2019, 09:19
AHK_H is n extension of AHK_L almost all scripts will work for AHK_H if they work for _L
Nice!.Thank you sir
by SteaIthe
22 Jan 2019, 09:07
Forum: Ask for Help (v1)
Topic: Access a pbitmap from a different script than the one that created it
Replies: 7
Views: 1435

Re: Access a pbitmap from a different script than the one that created it

Thanks a lot for replies.I had no idea multi threading was possible without multiple scripts.I will definitely have to do some research on how to do it and if it will work with ahk L though since my current code is written in and working with L
by SteaIthe
22 Jan 2019, 03:39
Forum: Ask for Help (v1)
Topic: Access a pbitmap from a different script than the one that created it
Replies: 7
Views: 1435

Access a pbitmap from a different script than the one that created it

I am trying to use gdip to create a pbitmap from an area of the screen and then use Gdip_SetPixel from a different script to change pixel colors of it in an attempt to speed up the process of helping the first script change all the colors of a large bitmap by making it multithreaded. This does not w...
by SteaIthe
21 Jan 2019, 11:38
Forum: Scripts and Functions (v1)
Topic: MCode4GCC -- C/C++ to MCode Generator
Replies: 121
Views: 52873

Re: MCode4GCC -- C/C++ to MCode Generator

Thank you for replying and mostly thanks for the work on this very valuable tool and hope you continue to progress it. I did end up getting it to work after reading a guide you linked.It actually turned out to be working all along but I was mistaking it for erroring out because the generator was sho...
by SteaIthe
17 Jan 2019, 10:25
Forum: Scripts and Functions (v1)
Topic: MCode4GCC -- C/C++ to MCode Generator
Replies: 121
Views: 52873

Re: MCode4GCC -- C/C++ to MCode Generator

Been trying to get this to work but I think I cant find the proper exe in gcc so it keeps erroring out. I'm really just trying to find a machine code version of ahk's "if var between low and high","ifgreater" amd "ifless" I'm using these statements 1 time for each seperate r,g and b of every pixel o...
by SteaIthe
06 Jan 2019, 18:59
Forum: Ask for Help (v1)
Topic: Help speeding up image snippet utility I made
Replies: 5
Views: 1790

Re: Help speeding up image snippet utility I made

Exactly!...Only it does it perfect. For example I made snippets of all the guns in Fortnite to allow my script to detect which guns I have and which one is active that way to set the proper anti recoil. Problem I ran into is the background of the gold items is animated and also the gun itself has a ...
by SteaIthe
04 Jan 2019, 10:52
Forum: Ask for Help (v1)
Topic: Help speeding up image snippet utility I made
Replies: 5
Views: 1790

Re: Help speeding up image snippet utility I made

repeats what process? and an iteration of what? accessing an R, G, B component? accessing a pixel? processing the entire bitmap? The process it repeats is -creating a new pbitmap of the selected rectangled area -getting and separating the rgb components of each pixel -checking whether the new r col...
by SteaIthe
03 Jan 2019, 21:11
Forum: Ask for Help (v1)
Topic: Help speeding up image snippet utility I made
Replies: 5
Views: 1790

Help speeding up image snippet utility I made

In my never ending battle with my biggest nemesis of scripting with image recognition on images that change slightly and having to battle between too high and too low variation and which pixels to make transparent/execution time I came up with a script to do it way faster and way more precise. -The ...
by SteaIthe
03 Jan 2019, 20:04
Forum: Ask for Help (v1)
Topic: Problem with clipboard and copied file
Replies: 2
Views: 722

Re: Problem with clipboard and copied file

This function will select the item from the context menu of the file the same way right click does.It does not copy the contents of the file but instead the actual file itself just as selecting "copy" from it's context menu would. InvokeVerb(path, "Copy") InvokeVerb(path, menu, validate=True) { objS...
by SteaIthe
03 Jan 2019, 19:45
Forum: About This Community
Topic: Guestbook: say hi, thank you, whatever!
Replies: 107
Views: 84444

Re: Guestbook: say hi, thank you, whatever!

Im a very long time user but new to the forums.I joined the forums mostly just to say thanks to lots of long time users(Lexicos for knowledge,SKAN for solutions,Chris for his heart and always putting the community first,Tic for his GDI library,Master Focus for lots of useful functions,Laszlo for his...

Go to advanced search